x509-ca-file-store

File containing the server certificate authority file

Syntax

--x509-ca-file-store path

Description

x509-ca-file-store specifies the CA file to verify peer certificates. This file contains trusted certificates and certificate revocation lists.

You can also put intermediate certificates into the CA file. An intermediate certificate in the CA file becomes a trusted certificate.

Parameters

path

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

Examples

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

--x509-ca-file-store ./x509/ca_file.pem
Was this topic helpful?