Certificates
Installing custom HTTPS certificates
[Advanced, Optional]
Replace the files at /var/disk/certs/https.key and /var/disk/certs/https.crt.
You can use ssh:
tar -c https.key https.crt | ssh <username>@<address> -C "tar -x --no-same-owner -C /tmp/"
ssh <username>@<address> -C "sudo mv /tmp/https.* /var/disk/certs/https.*"
or edit the files using vim or nano.
Reboot the appliance.
Tip
Make sure you use the correct username for the SSH connection.
It varies dependent on the particular environment (VMware, Azure, or AWS).