
iDRAC10 Security Configuration Guide
Secure Connection Using TLS/SSL Certificate
The iDRAC web server uses a TLS/SSL certificate to establish and maintain secure communications with remote clients. Web browsers and command-line utilities, such as RACADM and Redfish, use this TLS/SSL certificate for server authentication and establishing an encrypted connection.
There are several options available to secure the network connection using a TLS/SSL certificate. iDRAC web server has a self-signed TLS/SSL certificate by default. The self-signed certificate can be replaced with a custom certificate, a custom signing certificate, or a certificate signed by a well-known Certificate Authority (CA). Whichever method is chosen, once iDRAC is configured and the TLS/SSL certificate is installed on the management stations, TLS/SSL enabled clients can access iDRAC securely and without certificate warnings.
For more information, see the white paper - Managing Web Server Certificates on iDRAC.
Certificate upload can be automated by using Redfish (ImportSSLCertificate action) (or RACADM (sslcertupload command) scripts. For details, see:
| Certificate | Description | Advantages | Disadvantages |
|---|---|---|---|
| Self-Signed TLS/SSL Certificate | This certificate is auto that is generated and self-signed by the iDRAC. Each iDRAC has a unique self-signed certificate by default. |
|
|
| CA Signed TLS/SSL Certificate with common Public/Private key pair | A certificate signing request (CSR) is generated and submitted to your in-house Certificate Authority or by a third-party Certificate Authority such as VeriSign, Thawte, Go Daddy, and so on, for signing. |
|
|
| CA Signed TLS/SSL Certificate | A certificate signing request (CSR) is generated by iDRAC and submitted to your in-house Certificate Authority or by a third-party Certificate Authority such as VeriSign, Thawte, Go Daddy, so on for signing. |
|
|
| Custom Signing TLS/SSL Certificate (CSC) | The certificate is auto that is generated and signed using a signing certificate that is uploaded from your in-house Certificate Authority. |
|
|
See the Managing Web Server Certificates on iDRACwhitepaper.