publicCertificate property

String? publicCertificate
getter/setter pair

PEM encoded x.509 public key certificate.

This field is set once on certificate creation. Must include the header and footer. Example: -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----

Implementation

core.String? publicCertificate;