One minute
Convert a PFX to a Cert and Key for nginx or apache
- openssl pkcs12 -in certificate.pfx -clcerts -nokeys -out cert.crt
- openssl pkcs12 -in cert.pfx -nocerts -out encrypted.key
- openssl rsa -in encrypted.key -out cert.key
linux openssl certificates ssl nginx apache webserver
21 Words
2021-08-30 12:33 (Last updated: 2021-08-30 13:07)
4dbc384 @ 2021-08-30
Read other posts