Certificates
Proto representation of certificate details. Admin endpoint uses this wrapper for /certs to display certificate information. See /certs for more information.
certificates
() List of certificates known to an Envoy.
ca_cert
() Details of CA certificate.
cert_chain
(admin.v3.CertificateDetails) Details of Certificate Chain
(string) Path of the certificate.
serial_number
() Certificate Serial Number.
subject_alt_names
(admin.v3.SubjectAlternateName) List of Subject Alternate names.
days_until_expiration
() Minimum of days until expiration of certificate and it’s chain.
valid_from
(Timestamp) Indicates the time from which the certificate is valid.
() Indicates the time at which the certificate expires.
[admin.v3.SubjectAlternateName proto]
dns
() Subject Alternate Name.
Only one of dns, , ip_address may be set.
uri
() Subject Alternate Name.
Only one of dns, , ip_address may be set.
ip_address
Only one of , uri, may be set.