mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
revert: add must staple flag for certificate obtaining request #292
This commit is contained in:
parent
1cdd2f9830
commit
1577eb184d
9 changed files with 1167 additions and 1165 deletions
|
@ -166,9 +166,8 @@ func IssueCert(payload *ConfigPayload, logChan chan string, errChan chan error)
|
|||
user.Registration = reg
|
||||
|
||||
request := certificate.ObtainRequest{
|
||||
Domains: domain,
|
||||
Bundle: true,
|
||||
MustStaple: true,
|
||||
Domains: domain,
|
||||
Bundle: true,
|
||||
}
|
||||
|
||||
l.Println("[INFO] [Nginx UI] Obtaining certificate")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue