[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Upload CA Signed Cert

Description

Uploads the certificate authority (CA)-signed certificate. After you send the certificate request to the CA of your choice, and the CA sends back the signed certificate, you can use the upload POST action to upload the signed certificate. After you upload the (CA)-signed certificate, this certificate will be immediately applied to K8S Platform CA Issuer.

Request

Request

URL

URL


post
https://api_host/napp/api/v1/platform/trust-management/csrs/ca/casigned
Copy

Request Body

Request Body

PemData of type(s) application/json Required

A Certificate Signing Request.

{
	"pem_encoded": "string"
}
string
pem_encoded Required

Pem Encoded data.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

204 No Content

OK and no content

Errors

Errors

400

Unknown backend error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"pem_encoded":"string"}' https://api_host/napp/api/v1/platform/trust-management/csrs/ca/casigned


[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Feedback

Was this page helpful?