OpenSSL: Key aus PFX-Datei extrahieren

openssl pkcs12 -in <pfx-file> -nocerts -nodes -out <pem-key-file>

Leave a reply