mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 23:57:21 +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")
|
certInfoFilename := filepath.Join(tlsCertManager.CertStore, filename+".json")
|
||||||
certInfo, err := acme.LoadCertInfoJSON(certInfoFilename)
|
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{
|
thisCertInfo := CertInfo{
|
||||||
Domain: filename,
|
Domain: filename,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user