[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api

InstallCertificateSpec

Specification to install new certificate:

  • selfsignedFormat - Generate and install new self-signed certificate.
  • csrFormat - Install signed certificate based on a generated CSR.
  • pkcs12Format - Install PKCS#12 certificate.

Initialize ONLY the property corresponding to the desired certificate installation format. Leave rest of the fields null or unset.


Properties

csr_format Optional

Signed certificate data based on a generated CSR.


pkcs12_format Optional

Data to be used to install PKCS12 certificate.


selfsigned_format Optional

Data to be used for generating the signing request.

JSON Example

{
	"csr_format": {
		"ca_chain": [
			"string"
		],
		"certificate": "string"
	},
	"pkcs12_format": {
		"certificate": "string",
		"password": "string"
	},
	"selfsigned_format": {
		"common_name": "string",
		"country": "US",
		"email": "admin@vmware.com",
		"fqdn": "string",
		"ip": "10.20.11.15, 10.20.11.26",
		"locality": "Palo Alto",
		"organization": "VMware",
		"organization_unit": "VMware organization unit",
		"state": "California"
	}
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Parameter To

Update Appliance Certificate

Feedback

Was this page helpful?