Updating the User Interface Certificate
- Generate a new private key (optional).
-
Generate a certificate signing request:
dashboard# openssl req -new -subj '/CN=requestedCommonName' -key /dashboard/ssl/key
-
Acquire a certificate.
-
Update the private key on the dashboard virtual machine, if replacing:
Replace
/dashboard/ssl/key
with the new private key, PEM encoded. -
Update the certificate on the dashboard virtual machine:
Replace
/dashboard/ssl/cert
with the new certificate, PEM encoded. -
Place any additional CA certs in
/dashboard/ssl/chain
(e.g., intermediate CA certificates -- root CAs need not be placed here) -
Reboot the dashboard virtual machine:
dashboard# reboot