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

4 lines
117 B
Bash
Raw Normal View History

2015-02-21 11:36:40 +01:00
openssl pkcs12 -in *.p12 -out public.pem -clcerts -nokeys
openssl pkcs12 -in *.p12 -out private.pem -nocerts -nodes