x509-ca-file-store
File containing the server certificate authority file
Syntax
--x509-ca-file-store path
Description
x509-ca-file-store
specifies the certificate authority (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
For on-premises server instances created using the command line, update this server configuration property in the
main_config
server configuration file.For on-premises server instances created using the dashboard and for server deployments in the cloud, use the dashboard and cloud dashboard, respectively, to update the server configuration property.
Configure Using Command Line
ca_file.pem
which is located at
instance_root
/x509
In the main_config
file, set the
x509-ca-file-store
property to the following:
--x509-ca-file-store ./x509/ca_file.pem
Configure Using Dashboard
ca_file.pem
which is located at
instance_root
/x509
In the dashboard, in the Settings tab of your server instance, under SSL, enter the following for the X509 CA File Store property:
./x509/ca_file.pem
See Also
https
| x509-use-system-store
| x509-use-crl
| ssl-verify-peer-mode