mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: add must staple flag for certificate obtaining request #292
This commit is contained in:
parent
c66250532e
commit
1c4fb7afcc
1 changed files with 3 additions and 2 deletions
|
@ -168,6 +168,7 @@ func IssueCert(payload *ConfigPayload, logChan chan string, errChan chan error)
|
|||
request := certificate.ObtainRequest{
|
||||
Domains: domain,
|
||||
Bundle: true,
|
||||
MustStaple: true,
|
||||
}
|
||||
|
||||
l.Println("[INFO] [Nginx UI] Obtaining certificate")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue