Create Certificate Authority
Creates a certificate authority. This is required to generate signed certificates by supporting CAs.
{
"openSSLCertificateAuthoritySpec": {
"commonName": "OpenSSL CA",
"country": "IN",
"state": "Karnataka",
"locality": "Bengaluru",
"organization": "VMware Inc.",
"organizationUnit": "VCF"
},
"microsoftCertificateAuthoritySpec": {
"username": "Administrator",
"secret": "********",
"serverUrl": "https://sfo-ad.rainpole.io/certsrv",
"templateName": "WebServer"
}
}
This specification contains OpenSSL CA configuration details
This specification contains Microsoft CA configuration details
Ok
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/v1/certificate-authorities