Install a certificate
Suggest changes
You can install a signed X.509 certificate in your ONTAP cluster. You might do this as part of configuring an ONTAP feature or protocol that requires strong authentication.
Before you begin
You must have the certificate you want to install. You should also make sure any intermediate certificates are installed as needed.
Before using the JSON input examples included below, make sure to update the public_certificate value with the certificate for your environment.
|
Step 1: Install the certificate
You can issue an API call to install the certificate.
HTTP method and endpoint
This REST API call uses the following method and endpoint.
HTTP method | Path |
---|---|
POST |
/api/security/certificates |
Curl example: Install a root CA certificate at the cluster level
JSON input example
Step 2: Confirm the certificate has been installed
Perform the workflow List the installed certificates and confirm the certificate is available.