CertificateContentType type

Définit des valeurs pour contentType. Les valeurs possibles sont les suivantes : « application/x-pem-file », « application/x-pkcs12 »

type CertificateContentType =
  | "application/x-pem-file"
  | "application/x-pkcs12"
  | undefined