06-14-2006 02:39 AM
can not import the private key into the CSS11506.
# ssl associate rsakey webtestRkey webtestPRVkey
%% File does not contain an RSA key
but the related CA is successfully imported.
the private key is RSA key:
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
I have searched this forum, and get some idea about using openssl can seperate RSA private key from CA. Could any one advice me the actually command to do it?
Any comments will be appreciated
Thanks in advance
Solved! Go to Solution.
06-14-2006 04:09 AM
try the openssl command
openssl rsa -in
You should get the private key in clear text.
Copy-paste it into a file or use the command
openssel rsa -in
Gilles.
06-14-2006 04:09 AM
try the openssl command
openssl rsa -in
You should get the private key in clear text.
Copy-paste it into a file or use the command
openssel rsa -in
Gilles.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide