fix naming convention

This commit is contained in:
dalun
2023-08-28 03:35:20 +00:00
parent 6a0c7cf499
commit eb98624a6a
2 changed files with 8 additions and 8 deletions

View File

@@ -308,7 +308,7 @@ func (a *ACMEHandler) HandleRenewCertificate(w http.ResponseWriter, r *http.Requ
}
if ca == "custom" {
caUrl, err = utils.PostPara(r, "ca_url")
caUrl, err = utils.PostPara(r, "caURL")
if err != nil {
log.Println("Custom CA set but no URL provide, Using default")
ca, caUrl = "", ""