为 Dell iDRAC8 上传 SSL 证书
安装 racadm
WEB 界面只能上传证书不能上传私钥,所以需要使用 racadm
命令行工具来上传,首先得安装 racadm
:
添加软件源
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 1285491434D8786F
sudo sh -c "echo deb http://linux.dell.com/repo/community/openmanage/910/xenial xenial main > /etc/apt/sources.list.d/linux.dell.com.sources.list"
使用 apt 安装
sudo apt-get update
sudo apt-get install srvadmin-idracadm8
链接 libssl.so
安装完过后,直接使用 racadm
上传证书可能会报下面的错误:
ERROR: RAC1170: Unable to find the SSL library in the default path.
If a SSL library is not installed, install one and retry the
operation. If a SSL library is installed, create a soft-link of the
installed SSL library to "libssl.so" using the linux "ln" command
and retry the operation.