mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: renewed certificate and private key not save #391
This commit is contained in:
parent
c1c1094544
commit
538be53e9c
5 changed files with 81 additions and 57 deletions
|
@ -71,6 +71,7 @@ func autoCert(certModel *model.Cert) {
|
|||
|
||||
// support SAN certification
|
||||
payload := &ConfigPayload{
|
||||
CertID: certModel.ID,
|
||||
ServerName: certModel.Domains,
|
||||
ChallengeMethod: certModel.ChallengeMethod,
|
||||
DNSCredentialID: certModel.DnsCredentialID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue