CertificateContentType type
Defines values for contentType. Possible values include: 'application/x-pem-file', 'application/x-pkcs12'
type CertificateContentType =
| "application/x-pem-file"
| "application/x-pkcs12"
| undefined