Type alias Certificate

Certificate: Readonly<X509Certificate>

Certificate is an X.509 certificate. Upstream X509Certificate properties can be mutated, but they do not affect any of the methods on the object. Here we enforce Readonly to prevent accidental mutation.

Generated using TypeDoc