x509-cert-chain

File containing the server certificate chain

Syntax

--x509-cert-chain path

Description

x509-cert-chain specifies the file storing the server certificate chain file. It contains one or more PEM formatted certificates. The chain begins with the server's certificate. The server's certificate is followed by the chain of untrusted certificates. To use the certificate chain file, specify x509-private-key.

Note

Trusted certificates should not be put into this file.

Parameters

path

Path to the certificate chain file. Relative and absolute paths are valid.

Examples

The instance loads the CA store from cert_chain.pem which is located at instance_root/x509.

--x509-cert-chain ./x509/cert_chain.pem
Was this topic helpful?