[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Update TLS Certificate
DescriptionAdds a new private-public certificate and, optionally, a private key that can be applied to one of the user-facing components (appliance management or edge). The certificate and the key should be stored in PEM format. If no private key is provided, the certificate is used as a client certificate in the trust store. A certificate chain will not be expanded into separate certificate instances for reference, but would be pushed to the enforcement point as a single certificate. This patch method does not modify an existing certificate.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/certificates/{certificate-id}
Path Parameters
Path Parameters
string
certificate-id
Required
Request Body
Request Body
TlsTrustData
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineTlsTrustData1
Authentication
This operation uses the following authentication methods.
Errors
Errors
Code Samples
Code Samples
cURL Command
curl -X PATCH -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/certificates/{certificate-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: update-tls-certificate
x-vmw-nsx-module: PolicyCertificate
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
On This Page
Infrastructure Operations
delete
patch