fix: add missing intermediate certificates for IP certificate requests (#11470)

Refs https://github.com/1Panel-dev/1Panel/issues/11462
This commit is contained in:
CityFun 2025-12-26 16:31:03 +08:00 committed by GitHub
parent 099896dc96
commit 015605526d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {