Module cert

Source
Expand description

This module provides functions to work with DAPS certificates.

Functions§

ski_aki
Extracts the Subject Key Identifier and Authority Key Identifier from a certificate and creates a String of the form “SKI:keyid:AKI”, where SKI and AKI are the hex-encoded values of the Subject Key Identifier* and Authority Key Identifier, respectively.
ski_aki_and_private_key_from_file
Reads a .p12 from file, extracts the certificate and returns the SKI:AKI