
Simple command to import any certificate(free, not free) into pfx with password.
|
1 2 3 4 |
openssl pkcs12 -export -out /tmp/certificate.pfx -inkey /etc/letsencrypt/live/WEBSITE/privkey.pem -in /etc/letsencrypt/live/WEBSITE/cert.pem -certfile /etc/letsencrypt/live/WEBSITE/chain.pem |
