CertificateContentType type

Define los valores de contentType. Entre los valores posibles se incluyen: "application/x-pem-file", "application/x-pkcs12"

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