cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
578
Views
5
Helpful
1
Replies

RSA key import failue

julxu
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Gilles Dufour
Cisco Employee
Cisco Employee

try the openssl command

openssl rsa -in -text

You should get the private key in clear text.

Copy-paste it into a file or use the command

openssel rsa -in -text -out

Gilles.

View solution in original post

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

try the openssl command

openssl rsa -in -text

You should get the private key in clear text.

Copy-paste it into a file or use the command

openssel rsa -in -text -out

Gilles.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: