Home Page › Forums › Network Management › ZeroShell › Problem Importing X.509 CA Key file › Reply To: Problem Importing X.509 CA Key file
December 11, 2009 at 12:48 pm
#49275
Member
The problem was that there was a passphrase on the key file. Using the mentioned scripts I was forced add a passphase of at least 4 characters. I solved it by executing the following command:
openssl rsa -in cakey.pem -out cakey_nopass.pem
And uploading the new cakey_nopass.pem file without the passphrase.
Regards,
Olaf