fix: wildcard certificate challenge method not present

This commit is contained in:
Jacky 2024-02-14 17:40:04 +08:00
parent f727218a28
commit 97ec26331b
4 changed files with 46 additions and 4 deletions

View file

@ -123,6 +123,8 @@ func IssueCert(c *gin.Context) {
SSLCertificateKeyPath: sslCertificateKeyPath,
AutoCert: model.AutoCertEnabled,
KeyType: payload.KeyType,
ChallengeMethod: payload.ChallengeMethod,
DnsCredentialID: payload.DNSCredentialID,
})
if err != nil {