We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d73503 commit 6a681deCopy full SHA for 6a681de
tls/tls.go
@@ -86,6 +86,8 @@ func (cm *CertificateManager) loadOrGenerateCA() error {
86
caKeyPath := filepath.Join(cm.configDir, "ca-key.pem")
87
caCertPath := filepath.Join(cm.configDir, "ca-cert.pem")
88
89
+ cm.logger.Debug("paths", "cm.configDir", cm.configDir, "caCertPath", caCertPath)
90
+
91
// Try to load existing CA
92
if cm.loadExistingCA(caKeyPath, caCertPath) {
93
cm.logger.Debug("Loaded existing CA certificate")
0 commit comments