fix: add missing intermediate certificates for IP certificate requests

This commit is contained in:
zhengkunwang223 2025-12-26 10:56:42 +08:00
parent 099896dc96
commit 454d364d5f

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 {