Most things within Novell are pretty straightforward, but this task is one of the hardest I have come across in a while. Like most things, it is easy once you know how to do it, but finding the documentation is a pain in the hole.
user@user-sled10:~> openssl OpenSSL> pkcs12 -in cert.pfx -nocerts -out private-key.pem Enter Import Password: MAC verified OK Enter PEM pass phrase: Verifying - Enter PEM pass phrase: OpenSSL> pkcs12 -in cert.pfx -clcerts -nokeys -out public-key.pem Enter Import Password: MAC verified OK OpenSSL> rsa -in private-key.pem -out private-key-nopassphrase.pem Enter pass phrase for private-key.pem: writing RSA key OpenSSL> exit
When using Apache: