Update Certificate
Updates a certificate
The Id of the certificate to be updated
{
"certificate": "string",
"private_key": "string",
"chain": "string"
}
The PEM encoded certificate string
The PEM encoded private key string
The PEM encoded chain of trusted root CA certificate string
Request to update certificate accepted
"CertificateUpdateStatus Object"
Certificate update id
Name of certificate such as proxy_register.crt or client.crt
certificate update status
Error message if update request failed
List of the nodes for which certificate update failed
List of the nodes for which certificate update was success
The last modified user
The last modified time for the certificate
Bad Request
"ApiError Object"
code
message
details
Unauthorized
"ApiError Object"
code
message
details
Forbidden
"ApiError Object"
code
message
details
Conflict
"ApiError Object"
code
message
details
Internal Error
"ApiError Object"
code
message
details
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/api/ni/settings/certificates/{id}