pemCaCertificates property

List<String>? pemCaCertificates
getter/setter pair

This CertificateAuthority's certificate chain, including the current CertificateAuthority's certificate.

Ordered such that the root issuer is the final element (consistent with RFC 5246). For a self-signed CA, this will only list the current CertificateAuthority's certificate.

Output only.

Implementation

core.List<core.String>? pemCaCertificates;