mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-27 01:41:44 +02:00
Fixed Error Messages
This commit is contained in:
@ -85,7 +85,9 @@ func handleListCertificate(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
certInfoFilename := filepath.Join(tlsCertManager.CertStore, filename+".json")
|
||||
certInfo, err := acme.LoadCertInfoJSON(certInfoFilename)
|
||||
SystemWideLogger.PrintAndLog("Could not Load CertInfoJson", certFilepath, err)
|
||||
if err != nil {
|
||||
SystemWideLogger.PrintAndLog("Could not Load CertInfoJson", certInfoFilename, err)
|
||||
}
|
||||
|
||||
thisCertInfo := CertInfo{
|
||||
Domain: filename,
|
||||
|
Reference in New Issue
Block a user