trustedRootCertificates property

List<String> trustedRootCertificates
final

The trusted root certificates in PEM format. Either specify the root certificate or the full certificate chain. The Rust API currently doesn't support trusting a single leaf certificate. Hint: PEM format starts with -----BEGIN CERTIFICATE-----.

Implementation

final List<String> trustedRootCertificates;