Dell:如何在iDRAC上安装自定义颁发的SSL证书
时间:2020-02-23 14:44:06 来源:igfitidea点击:
如果您已经拥有由证书颁发机构生成的证书(或者通配符证书),则可以使用以下过程在iDRAC上对其进行配置,从而摆脱浏览器安全警告。
我们将使用iDRAC" racadm"命令行实用程序(如果尚未使用它,则可以从Dell获取它,最简单的方法是使用服务器服务标签,然后下载即可在OpenManage中找到它)。
实用程序,或者在下载搜索字段中执行" racadm"。
)
使用以下命令:
1.上传私钥:
racadm -r <ip_address> -u root -p <password> sslkeyupload -t 1 -f <path/to/certificate_private.key>
2.上传证书:
racadm -r <ip_address> -u root -p <password> sslcertupload -t 1 -f <path/to/domain_certificate.crt>
3.重新启动iDRAC控制器:
racadm -r <ip_address> -u root -p <password> racreset
注意:在执行这些命令时,您可能会注意到以下输出,尽管证书有效且已签名。
就我而言,它仍然按预期工作。
Security Alert: Certificate is invalid Certificate is not signed by Trusted Third Party Continuing execution. Use -S option for racadm to stop execution on certificate-related errors. ERROR: An invalid certificate is uploaded.