Upload Ca Signed Cert

Upload Ca Signed Cert

Uploads the certificate authority (CA)-signed certificate. After you send the certificate signing 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
URI
POST
https://api_host/napp/api/v1/platform/trust-management/csrs/ca/casigned
COPY
Request Body

A Certificate Signing Request.

PemData of type(s) application/json
Required
{
    "pem_encoded": "string"
}
string
pem_encoded
Required

Pem Encoded data.

Authentication
This operation uses the following authentication methods.
Responses
204

OK and no content

Operation doesn't return any data structure

400

Unknown backend error

Operation doesn't return any data structure