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 89efce6 commit 7032538Copy full SHA for 7032538
1 file changed
certy.go
@@ -528,6 +528,5 @@ func (m *Manager) AddCustomCert(domain, certFileData, keyFileData string) error
528
return fmt.Errorf("failed to write key file: %w", err)
529
}
530
531
- log.Printf("Custom certificate and key saved to %s", domainLocation)
532
return nil
533
0 commit comments