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