This schema specifies the XML namespace:
http://lxistandard.org/schemas/LXICertificateList/1.0,
version: 1.0
Editorial date: September 28, 2023
LXICertificateList contains a list of certificate entities on a device. Each is assigned a GUID that can be used to further manipulate the certificate.
The LXICertificateList complex type has no attributes
The following must occur in this order:
Element | Type | Cardinality | Requirements |
---|---|---|---|
CertificateInfo | lxi:CertificateInfo | Required unbounded |
CertificateInfo contains information about a certificate on the device, including the GUID which may be used to operate on the certificate. |
CertificateInfo contains information about a certificate, certificate list, or CSR (certificate signing request).
The GUID included in the CertificateInfo is used to manipulate the individual entity.
Attribute | Syntax | LCI | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GUID |
| NA | Required: RULE: Unsecure impact: NA | ||||||||||||
Type |
| NA | Type indicates the kind of entity. One of the following values is returned:
Required: RULE: Unsecure impact: NA | ||||||||||||
DNSName |
| NA | DNSName is the DNS Name from the certificate. Required: RULE: Unsecure impact: NA | ||||||||||||
Enabled |
| NA | Enabled indicates if the corresponding certificate or certificate chain is enabled for use by the device. Enabled is meaningless for Certificate Signing Requests. Enabled shall be returned true for CSRs. Required: RULE: Unsecure impact: NA | ||||||||||||
expirationDateTime |
| NA | expirationDateTime is the expiration date and time of the certificate. For a CSR, expirationDateTime shall contain the requested expiration time from the CSR. If the CSR LXICertificateRequest/ExpirationDateTime was absent an empty string shall be returned. RULE: The expiration date and time shall be expressed in ASN.1 format using ASN.1 GeneralizedTime per RFC5280. OBSERVATION: The device will need to convert GeneralizedTime to UTC time if the year is between 1950 and 2050. Required: RULE: Unsecure impact: NA |
The CertificateInfo complex type has no subelements