Generates an X.509 certificate from the given description.
If the issuer key pair is provided, the certificate will be signed
using the provided issuer’s private key. Otherwise, the certificate
will be self-signed.
The code below is underdocumented. The following links may provide
more clarity about X.509, ASN.1, DER, PEM, and other data formats
this module encodes:
Generates an X.509 certificate from the given description.
If the issuer key pair is provided, the certificate will be signed using the provided issuer’s private key. Otherwise, the certificate will be self-signed.
The code below is underdocumented. The following links may provide more clarity about X.509, ASN.1, DER, PEM, and other data formats this module encodes: