mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-15 11:34:10 +08:00
fix: add missing intermediate certificates for IP certificate requests
This commit is contained in:
parent
099896dc96
commit
454d364d5f
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ func (c *AcmeClient) ObtainIPSSL(ipAddress string, privKey crypto.PrivateKey) (c
|
|||
CSR: csr,
|
||||
PrivateKey: privKey,
|
||||
Profile: "shortlived",
|
||||
Bundle: true,
|
||||
}
|
||||
certificates, err := c.Client.Certificate.ObtainForCSR(req)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue