Installing SSL on Linux (Ubuntu)

Hi @Andrew.Zebic -

Sounds like either your key store is not setup correctly or you have a root CA which has not yet been trusted by your browser or OS.

Which certificate authority are you using?

Have you double checked the following:

  1. There exists a java key store at $IGNITION/webserver/ssl.key
  2. The key store has password ignition
  3. There exists one entry with alias tomcat
  4. The entry with alias tomcat has a private key protected by password ignition
  5. The entry with alias tomcat has a certificate chain in order starting with the server cert, followed by any intermediary ca certs, ending with the root ca cert
  6. The private key and the public key in the server cert form a valid key pair

If you double checked the above, and it is still not working, I would call into support so they could take a closer look at what’s going on.