mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: wildcard certificate challenge method not present
This commit is contained in:
parent
f727218a28
commit
97ec26331b
4 changed files with 46 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue