[{"label":"Latest (4.5.0)","version":"latest"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf

Configure Certificate Authority

Description

Configure existing certificate authority

Request

Request

URL

URL


patch
https://sfo-vcf01.rainpole.io/v1/certificate-authorities
Copy

Request Body

Request Body

CertificateAuthorityCreationSpec of type(s) application/json Required

certificateAuthoritySpec

{
	"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

Response

Response

Response Body

Response Body

200 OK

Returns object of type(s) */*
Errors

Errors

Error
400

Bad request


Error
404

Not Found


Error
500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X PATCH -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/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Feedback

Was this page helpful?