mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +02:00
Fixed Error Messages
This commit is contained in:
parent
e1b512f78f
commit
dc069f3c57
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user