[{"label":"Latest (4.5.0)","version":"latest"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Create Certificate Authority
DescriptionCreates a certificate authority. This is required to generate signed certificates by supporting CAs.
Request
URLURL
https://sfo-vcf01.rainpole.io/v1/certificate-authorities
Request Body
Request Body
CertificateAuthorityCreationSpec
of type(s) application/json
Required
certificateAuthorityCreationSpec
{
"microsoftCertificateAuthoritySpec": {
"secret": "string",
"serverUrl": "string",
"templateName": "string",
"username": "string"
},
"openSSLCertificateAuthoritySpec": {
"commonName": "string",
"country": "string",
"locality": "string",
"organization": "string",
"organizationUnit": "string",
"state": "string"
}
}
microsoftCertificateAuthoritySpec
Optional
Microsoft Certificate Authority specification
openSSLCertificateAuthoritySpec
Optional
OpenSSL Certificate Authority specification
Errors
Error
400
Bad request
Error
500
Internal server error
Code Samples
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{"microsoftCertificateAuthoritySpec":{"secret":"string","serverUrl":"string","templateName":"string","username":"string"},"openSSLCertificateAuthoritySpec":{"commonName":"string","country":"string","locality":"string","organization":"string","organizationUnit":"string","state":"string"}}' https://sfo-vcf01.rainpole.io/v1/certificate-authorities
[{"label":"Latest (4.5.0)","version":"latest"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
On This Page
Certificates Operations
delete
get
put
get
get
patch
get