Module ids_daps_client::cert

source ·
Expand description

This module provides functions to work with DAPS certificates.

Functions§

  • 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.
  • Reads a .p12 from file, extracts the certificate and returns the SKI:AKI