Skip to content

Instantly share code, notes, and snippets.

@anaumov
Forked from jmervine/cert_convert.sh
Created May 29, 2017 09:52
Show Gist options
  • Save anaumov/775a22a009917f750abaac4365fbd08c to your computer and use it in GitHub Desktop.
Save anaumov/775a22a009917f750abaac4365fbd08c to your computer and use it in GitHub Desktop.
openssl: convert cert from p7b to crt (or cer)
openssl pkcs7 -print_certs -in old.p7b -out new.crt
# openssl pkcs7 -print_certs -in old.p7b -out new.cer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment