Skip to content

Instantly share code, notes, and snippets.

@cute
Created May 29, 2019 02:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cute/4fec822e9a84fd3ada54f93a98aaa4bf to your computer and use it in GitHub Desktop.
Save cute/4fec822e9a84fd3ada54f93a98aaa4bf to your computer and use it in GitHub Desktop.
MIME types and file extensions
application/pkcs8 .p8 .key
application/pkcs10 .p10 .csr
application/pkix-cert .cer
application/pkix-crl .crl
application/pkcs7-mime .p7c
application/x-x509-ca-cert .crt .der
application/x-x509-user-cert .crt
application/x-pkcs7-crl .crl
application/x-pem-file .pem
application/x-pkcs12 .p12 .pfx
application/x-pkcs7-certificates .p7b .spc
application/x-pkcs7-certreqresp .p7r
@bsquang
Copy link

bsquang commented Apr 15, 2022

Very good ! Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment