- Obtain a wild card certificate, intermediate certificates (if any) and private key from a Certificate Authority (CA).
- Change the default key size on the DRAC using racadm -i config -g cfgRacSecurity -o cfgRacSecCsrKeySize 2048
- Upload your private key using racadm -i sslkeyupload -t 1 -f private.key
- Create a text file (yourfile.crt) that includes, in this order, your wildcard.crt, a Carriage Return Line Feed (CRLF) and your intermediate.crt. Remove any other Carriage Returns (CR) except for the CRLF between certificates. If you are performing this on Windows, you will probably need use something other than Notepad to succeed.
- Upload the text file you created using racadm -i sslcertupload -t 1 -f yourfile.crt
Firefox generally would not succeed without the intermediate certificate authorities, while Internet Explorer (and Chrome on Windows) would work without issue.
awesome, very easy thanks
ReplyDelete