If you have deployed your On-Prem Management Console or the On-Prem Zone with installer generated certificates then these certificates will need to be registered as a Trusted Certificate Authority (CA) in order for other devices and users to be able to access the Management Console or On-Prem Zone.
Where you can gather this certificate from will depend on if the Management Console or On-Prem Zone is configured to use a HTTP endpoint for certificate retrieval.
The application is using the HTTP endpoint
If the applications are using the HTTP endpoint then you will be able to access a certificate set up page where you will be able to download the certificate and access instructions for registering that certificate.
To access the certificate set up webpage you will need to go to you will need to navigate to the certificate set up URL in a HTTP protocol, this will be the domain URL of the Management Console or On-Prem Zone and /certificate-setup, e.g. http://managementconsole.com/certificate-setup.
Once you have registered the certificate you will need to restart the browser and then navigate to the Management Console or On-Prem Zone URL.
The application is not using the HTTP endpoint
If the applications are not using the HTTP endpoint then the SSL certificate will only be accessible when you are logged into the Management Console or On-Prem Zone.
The certificate will be available for download from the Deployment page when logged into the Management Console or On-Prem Zone:
Once downloaded you will need to distribute this to the devices that require access to the Management Console or On-Prem Zone.
On these devices you will need to register the certificate in the trusted certificate store for either the OS or the browser. The steps to do this will vary based on which OS or Browser you will be using, please follow the instructions below relevant for your operating system.
Operating Systems
Windows
- Download and save the certificate
- In the Windows Search bar type in Certificates and Select "Manage user certificates"
- In the left hand side bar expand the Trusted Root Certification Authorities
- Right click on Certificates and select All Tasks, the Import...
- Select Next in the Certificate Import Wizard
- Select Browse, then update the file type dropdown to All Files
- Locate and select the certificate, select Next
- The certificate store will be prepopulated with Trusted Root Certification Authorities
- Select Next, then Finish
- Restart the browser to apply these changes
macOS
- Download and save the certificate as a .pem
- Open the downloaded certificate file in Keychain Access
- You may be prompted to add this to the system keychain. You may be prompted to enter your password to complete this step
- Locate the certificate in Keychain Access
- Open the certificate details and expand the "Trust" section
- Update "When using this certificate" to "Always Trust"
- Exit the window and when prompted enter the device password
- Restart the browser to apply these changes
Linux
- Download and save the certificate as a .pem
- Open the terminal application and run the below commands:
Ubuntu
sudo cp ca.pem /usr/local/share/ca-certificates/realvnc-ca.crt
sudo update-ca-certificates
RHEL/Rocky Linux
sudo cp ca.pem /etc/pki/ca-trust/source/anchors/realvnc-ca.crt
sudo update-ca-trust
- Once you have installed the certificate, restart the browser to apply these changes.
Browsers
Chrome/Edge
- Download and save the certificate as a .pem
- Open Chrome or Edge and enter the following into the browser:
Chrome
chrome://settings/certificates
Edge
edge://certificate-manager/
- Select Manage imported certificates from Windows
- Select the Trusted Root Certification Authorities tab, then Import
- In the Certificate Import Wizard, select Next
- Select Browse, and find and select the downloaded certificate
- Select Next, the store location should already be pre-selected as Trusted Root Certification Authorities, if not update the Certificate Store field to this
- Select Next, then Finish
- Restart the browser to apply these changes
Firefox
- Download and save the certificate as .pem (must be saved as a certificate authority certificate)
- Open Firefox and enter the following into the browser:
about:preferences#privacy
- Scroll down to the Certificates section and select View Certificates
- The window should open on the Authorities tab, if not select the Authorities tab
- Select Import and select the downloaded certificate
- Check the Trust this certificate for identifying websites field
- Select Ok
- Restart the browser to apply these changes
Comments
Article is closed for comments.