Generate, store, and return a certificate signing request
POST /occm/encryption/csr
Generates, stores, and returns a certificate signing request (CSR). This CSR can be signed by a certificate authority (CA) and installed in the NetApp Console using /install_certificate. Successive calls will not overwrite previously generated CSRs.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
csr |
string |
True |
Example error response
{
"csr": "string"
}