IPMI SSL CERTIFICATE RENEWAL
0
Follow the steps for IPMI SSL certificate renewal:
- Go to IPMI console
- Select settings ---> SSL settings ---> Upload SSL certificate
- Add signed SSL certificate and RSA private key
Procedure:
Generate CSR using RSA Private key
openssl req -new -newkey rsa:2048 -nodes -keyout private-key.pem -out cert.csr
Share CSR with CA and get signed SSL certificate from CA
Upload signed certificate and privatekey
Comments
Please sign in to leave a comment.