Skip to content

Commit

Permalink
feat: add must staple flag for certificate obtaining request #292
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Feb 18, 2024
1 parent c662505 commit 1c4fb7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/cert/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ func IssueCert(payload *ConfigPayload, logChan chan string, errChan chan error)
user.Registration = reg

request := certificate.ObtainRequest{
Domains: domain,
Bundle: true,
Domains: domain,
Bundle: true,
MustStaple: true,
}

l.Println("[INFO] [Nginx UI] Obtaining certificate")
Expand Down

0 comments on commit 1c4fb7a

Please sign in to comment.