This repository has been archived on 2024-02-25. You can view files and clone it, but cannot push or open issues or pull requests.
mumblemusicbot/certconvert.sh
Bram van der Veen 2fa5a3dcfa First commit
2015-02-21 11:36:40 +01:00

4 lines
117 B
Bash
Executable file

openssl pkcs12 -in *.p12 -out public.pem -clcerts -nokeys
openssl pkcs12 -in *.p12 -out private.pem -nocerts -nodes