[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

X509Crl

A CRL is a time-stamped list identifying revoked certificates.


Properties

array of X509CrlEntry
crl_entries Optional

list of X509CrlEntry


string
issuer Optional

Issuer’s distinguished name(DN)


string
next_update Optional

Next update time for the CRL


string
version Optional

CRL’s version number either 1 or 2

JSON Example

{
	"crl_entries": [
		{
			"revocation_date": "string",
			"serial_number": "string"
		}
	],
	"issuer": "string",
	"next_update": "string",
	"version": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: CertificateManager
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

InlineTlsCrl1

Feedback

Was this page helpful?