Upload CA certificate

POST {{baseUrl}}/caCertificates

Uploads a new CA certificate. Maximum 2 CA certificates per tenant can be uploaded.

Request Body

{"name"=>"<string>", "caCertificate"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;60c89c9cf1b56605bc315f78&quot;,&quot;name&quot;:&quot;MyTenantName CA Certificate&quot;,&quot;expiration&quot;:&quot;2021-07-21T17:32:28Z&quot;,&quot;commonName&quot;:&quot;Siemens&quot;,&quot;isVerified&quot;:false,&quot;idScope&quot;:&quot;0ne001E4ZA9&quot;}