CFXXL v0.1.0 CFXXL.CertUtils View Source
A module containing utility functions to extract informations from PEM certificates
Link to this section Summary
Functions
Extracts the authority key identifier of a certificate
Extracts the serial number of a certificate
Link to this section Functions
Extracts the authority key identifier of a certificate.
cert
must be a string containing a PEM encoded certificate.
Returns the authority key identifier as string or raises if it doesn’t find one or there’s an error.
Extracts the serial number of a certificate.
cert
must be a string containing a PEM encoded certificate.
Returns the serial number as string or raises if there’s an error.