Setup a custom SSL certificate

This article is intended to assist IT administrators. If you need help following these steps please speak to your IT team.

Project Archive and Scheduled Archive uses Apache Tomcat server. You may see a Your connection is not private screen. If so, press Advanced and select Proceed to localhost to be directed to the application. If you wish to avoid this screen appearing in the future, please follow the steps below.

  1. Create/Insert existing keystore. If you are using an existing keystore, place it in the "runtime\tomcat9" folder location. Alternatively, use your own keystore in JKS (The JKS format is Java's standard "Java KeyStore" format). 
  2. Import your Certificate into your local keystore. Follow detailed instructions here.
  3. Configure Tomcat to use your keystore file. The "server.xml" file is placed at "runtime\tomcat9\conf". Change the "Certificate" tag between the "<Connector> ... </Connector>" tag.