mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-29 19:01:48 +08:00
fix: add missing intermediate certificates for IP certificate requests (#11470)
Refs https://github.com/1Panel-dev/1Panel/issues/11462
This commit is contained in:
parent
099896dc96
commit
015605526d
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