Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

35174

April 19th, 2014 01:00

Export private key from DRAC SSL certificate

I have created a CSR from DRAC menu and signed it on domain certificate authority. Now I want to export private key to import it into Riverbed appliance. Is it possible?

4 Operator

 • 

3K Posts

April 19th, 2014 03:00

If you are creating CSR from iDRAC, there is no option to export private key from iDRAC.

You can try below method of updating certificate to iDRAC where you can have private key.

create CSR outside of iDRAC and upload private key and corresponding certificate to iDRAC using below racadm commands

      1: Upload private key to iDRAC

                         racadm sslkeyupload -f

               2: Upload the signed certificate

                       racadm sslcertupload -t 1 -f

No Events found!

Top