For security purposes, users may want to use a Secure Socket Layer (SSL) certificate issued by a third-party certification authority. The UltraVR allows users to replace the Tomcat certificate of users but the users must provide the Tomcat certificate and public/private key pair. The update to the certificate can take effect only after UltraVR is restarted. Update the certificate in off-peak hours.
replace_cert.sh
None
After you run this command, the system continues to run when no operation is performed, resulting a risk. For security purposes, you are advised to run exit to exit the system after completing your operations.
In Linux, the installation path of the UltraVR Server is /opt/UltraVR. The path is fixed.
Do not save the new certificate to the /opt/UltraVR/Runtime/Tomcat6/certs directory since the old certificate is stored under the directory.
linux-h8g4:/opt/UltraVR/Runtime/bin # sh shutdownSystem.sh
Are you sure you want to shut down the UltraVR service? (y/n): y
The service is shutting down. Please wait...
The UltraVR service is shut down successfully.
linux-h8g4:/opt/UltraVR/Runtime/bin # sh replace_cert.sh
Please input cert file:/opt/server.jks
Please input the keystore type [JKS]: JKS
Please input secret key:
You are going to change the certfile of web,Are you sure you really want to perform the operation? (y/n): y
y
Change certfile successfully!