Returns an object where the key is the certificate id and the value is
one of the following structures depending on the secret type.
If there is no data in the secret null must be returned.
pkey_cert
attribute
description
type* 'RSA(<lenght>)'| 'EC(<curve>)'|'ED<curve>'
The type of the key
fingerprint* string
The key fingerprint
cert_single
attribute
description
version* 1|2|3
X.509 version
serial_number* string
The key serial number
issuer* string
The certificate issuer (e.g. C = CZ, ST = Czech Republic, L = Nove Mesto na Morave, O = Racom s.r.o., OU = IT, CN = pytlik, emailAddress = net_admin@racom.eu)
subject* string
Certificate subject
not_before* unsigned integer
Unix tstam indicating the start of validity period
not_after* unsigned integer
Unix tstam indicating the end of validity period
public_key_algorithm* string
The Public Key Algorithm (e.g. rsaEncryption)
signature_algorithm* string
The Signature Algorithm (e.g. sha256WithRSAEncryption)
The certificate issuer (e.g. C = CZ, ST = Czech Republic, L = Nove Mesto na Morave, O = Racom s.r.o., OU = IT, CN = pytlik, emailAddress = net_admin@racom.eu)
subject* string
Certificate subject
not_before* unsigned integer
Unix tstam indicating the start of validity period
not_after* unsigned integer
Unix tstam indicating the end of validity period
public_key_algorithm* string
The Public Key Algorithm (e.g. rsaEncryption)
signature_algorithm* string
The Signature Algorithm (e.g. sha256WithRSAEncryption)