Updating the UI 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
- SSH to the dashboard, see Dashboard SSH keys to add your SSH login key.
- Use the
manage-ssl-certificate
command and paste your PEM format certificate including the lines-----BEGIN CERTIFICATE-----
and-----END CERTIFICATE-----
then press CTRL+D - Now paste the private key in the same way and hit CTRL+D.
- Glasshouse will restart and then serve traffic using the new certificate.
- Press 0 to exit the menu