security certificate truststore load
Load the default root certificates to truststore
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The security certificate truststore load command installs default root certificates in the certificate table of type 'server-ca'. These are the certificates required to validate any incoming server certificate during the SSL handshake process.
Parameters
- [-path <text>] - File to load certificates from
- This specifies the path to the certificate bundle. This optional parameter can have an empty value (the default).
- [-ontap-version <ontap_version>] - Certificates from specific ONTAP version
- This specifies the ONTAP version in which the certificates were introduced. Only those certificates will be loaded. This optional parameter can have an empty value (the default) which indicates that no filtering on version is done.
Examples
The following example installs the default certificate bundle:
cluster1::> security certificate truststore load
Give documentation feedback