File containing the server certificate authority file
--x509-ca-file-store path
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.
path
Path to the certificate CA file store. Relative and absolute paths are valid.
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