Skip to content

Instantly share code, notes, and snippets.

View anaumov's full-sized avatar
🚀
Looking for an interesting project related to real life.

Alexey Naumov anaumov

🚀
Looking for an interesting project related to real life.
View GitHub Profile
@anaumov
anaumov / cert_convert.sh
Created May 29, 2017 09:52 — forked from jmervine/cert_convert.sh
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