This section explains how to install a custom root CA certificate on a Qumulo cluster.
Requirements
A custom root CA certificate from your organization in the .crt file format
To Install a Custom Root Certificate Authority (CA) Certificate from the Command Line
-
Connect to a node in your Qumulo cluster by using SSH.
-
Verify that your certificate is in the PEM format by running the
file *command.The following is example output.
customRootCACert.crt: PEM certificate -
To copy the custom root CA certificate to the container running on the node, use the
machinectlcommand. In the following example,qcoreis the name of the container.sudo machinectl \ copy-to qcore \ ./customRootCACert.crt \ /root/customRootCACert.crt
To Import a Custom Root Certificate Authority (CA) Certificate from the Command Line
Run the qq ssl_modify_ca_certificate
command. For example:
qq ssl_modify_ca_certificate \
-c /root/customRootCACert.crt