Update Certificate
DescriptionUpdate an existing certificate or a chain of certificates (CAs) and, optionally, a private key that can be applied to the K8S Platform CA certificat. The certificate and the key should be stored in PEM format. If certificate is applied for Entity type NAPP_PLATFORM_CA, private key is mandatory.
Request
URLURL
Request Body
{}
Entity that use this Certificate
expand the pem data and show all its details.
Password for private key encryption.
Pem encoded certificate data.
Private key data.
Skip synchronizing services after certificate change. User such as nsx-config can change multiple certificates without synchronizing services and synchronizes services in the last call.
Alias of the Certificate; Unique identifier of this certificate under a Certificate Entity.
UUID of the certificate. Generated on k8s platform. If given in post request, the API will return bad request.
Authentication
Response
Response BodyResponse Body
200 OK
OK and Certificate content
{
"alias": "string",
"passphrase": "string",
"pem_encoded": "string",
"private_key": "string",
"skip_sync_services": false,
"uuid": "string"
}
Entity that use this Certificate
expand the pem data and show all its details.
Password for private key encryption.
Pem encoded certificate data.
Private key data.
Skip synchronizing services after certificate change. User such as nsx-config can change multiple certificates without synchronizing services and synchronizes services in the last call.
Alias of the Certificate; Unique identifier of this certificate under a Certificate Entity.
UUID of the certificate. Generated on k8s platform. If given in post request, the API will return bad request.
Errors
Unknown backend error