cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
973
Views
0
Helpful
1
Replies

WLC Web Authentication Private Key

rakeshvelagala
Level 3
Level 3

Hi All,

 

Say I have a CA signed Public Key for my institution with a wildcard as . e.g CN=*.xxx.edu.in.

We can import this key for webauth but I am not sure how it remove the "cert not verified error".

 

Where is the private key?How do I import the private key?

Say I have a few devices, I need to install the same private key on all of them? Then using the above wildcard cert CA signed as the public key?

Can someone please advise?

 

Thanks

 

1 Reply 1

rakeshvelagala
Level 3
Level 3

Hi All,

 

I found below

 

Combine the All-certs.pem certificate with the private key that you generated along with the CSR (the private key of the device certificate, which is mykey.pem in this example), and save the file as final.pem.

Issue these commands in the OpenSSL application in order to create the All-certs.pem and final.pem files:
 

openssl>pkcs12 -export -in All-certs.pem -inkey mykey.pem 
       -out All-certs.p12 -clcerts -passin pass:check123 
       -passout pass:check123

openssl>pkcs12 -in All-certs.p12 -out final.pem 
       -passin pass:check123 -passout pass:check123

 

I need to upload this final.pem? Kindly advise.

Thanks

Review Cisco Networking products for a $25 gift card