Skip to content

Commit 6a681de

Browse files
ci: debug
1 parent 7d73503 commit 6a681de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tls/tls.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ func (cm *CertificateManager) loadOrGenerateCA() error {
8686
caKeyPath := filepath.Join(cm.configDir, "ca-key.pem")
8787
caCertPath := filepath.Join(cm.configDir, "ca-cert.pem")
8888

89+
cm.logger.Debug("paths", "cm.configDir", cm.configDir, "caCertPath", caCertPath)
90+
8991
// Try to load existing CA
9092
if cm.loadExistingCA(caKeyPath, caCertPath) {
9193
cm.logger.Debug("Loaded existing CA certificate")

0 commit comments

Comments
 (0)