You can log in using SSH to the Ops Center Administrator server to install a custom signed SSL certificate.
Because the current installation always searches for disk space under the “root” partition, you must ensure that you have a partition with free space available. You cannot install Ops Center Administrator in a customized location.
- Log in using SSH to the Ops Center Administrator server.
- Get the server.key file from the container:
podman cp $(podman ps --format "{{.ID}} {{.Image}}" -a | grep "rdocker:6000/rainier-infra-proxy" | awk '{ print $1 }'):/etc/nginx/certificates/server.key /tmp
- Navigate to the /tmp folder and run the following command to create the server.csr file:
- Send the server.csr file to the certification authority to get the server.crt file.
- Open a browser and enter the following URL in the address bar:
https://ip-address:port/vam
where:
- ip-address is the IP address of the Ops Center Administrator server.
- port is the port number of the Ops Center Administrator. The default port number is 443 or 20961.
The default login credentials are sysadmin/sysadmin
- Click Certificate Settings.
- Copy the server.crt (from Step 4) content into the CERTIFICATE area.
- Copy the server.key content into the PRIVATE KEY area.
-
Click Submit and wait for five minutes.
- Launch the Ops Center Administrator UI and verify the SSL certificate from your browser.