Compare commits

..

1 Commits

Author SHA1 Message Date
Qishuai Liu a43137b6ef
Merge 28a8fa05cc into fe127ed41c 2025-06-25 15:30:08 +00:00
1 changed files with 0 additions and 3 deletions

View File

@ -108,9 +108,6 @@ func setTLSState(s TLSState) error {
isChanged = true
}
// parse pem to cert and key
if certStore == nil {
initCertStore()
}
err, _ := certStore.ValidateAndSaveCertificate(webSecureCustomCertificateName, s.Certificate, s.PrivateKey, true)
// warn doesn't matter as ... we don't know the hostname yet
if err != nil {