pbosgraaf

updated

10 years ago

P

pbosgraaf

5 Posts

0

2413

September 4th, 2016 03:00

idrac6 - self signed ssl + intermediate

Hi,

We are trying to setup ssl certificates on our idrac6 enterprise (2.85 (Build 04)) enabled servers.

The SSL chain looks like this:

1. Root CA

2. Intermediate CA

3. iDRAC SSL certificate

I cannot get the intermediate certificate to work OK, every time i logon to idrac it only presents the idrac certificate and does not include the chain so my browser keeps complaining.

I tried two different methods from Linux with racadm

1)

cat idrac.crt intermediate.crt > idrac.combo.crt
racadm -r -u root -p config -g cfgRacSecurity -o cfgRacSecCsrKeySize 2048
racadm -r -u root -p -t 1 -f idrac.key
racadm -r -u root -p sslcertupload -t 1 -f idrac.combo.crt

2)

cat ca.crt intermediate.crt > ca+intermediate.crt
racadm -r -u root -p sslcertupload -f ca+intermediate.crt -t 2
racadm -r -u root -p -i sslkeyupload -f idrac.key -t 1
racadm -r -u root -p sslcertupload -f idrac.crt -t 1

Has anyone ever got this to work? i see a lot of post with mixed results.

Any help would be greatly appreciated!

-peter