Skip to content

Commit 454d364

Browse files
fix: add missing intermediate certificates for IP certificate requests
1 parent 099896d commit 454d364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/utils/ssl/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ func (c *AcmeClient) ObtainIPSSL(ipAddress string, privKey crypto.PrivateKey) (c
121121
CSR: csr,
122122
PrivateKey: privKey,
123123
Profile: "shortlived",
124+
Bundle: true,
124125
}
125126
certificates, err := c.Client.Certificate.ObtainForCSR(req)
126127
if err != nil {

0 commit comments

Comments
 (0)