CertificateManagementVcenterSigningCertificateSetSpec

The SigningCertificate.SetSpec structure contains data to set the active vCenter signing certificate.


Properties

string
private_key Required

The corresponding unencrypted PKCS#8 private key in base64-encoded PEM format.


signing_cert_chain Required

Signing certificate chain that the vCenter token service will actively use to sign tokens. The chain must include a valid certificate chain with the leaf cert marked for digital signature key usage.

JSON Example

{
	"private_key": "string",
	"signing_cert_chain": {
		"cert_chain": [
			"string"
		]
	}
}

Feedback

Was this page helpful?