Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a certificate
  • Get the certificates signed by a Trusted 3rd Party (in theory this is optional, though most browser/Java-based clients will not connect to a self-signed certificate)
  • Either
    • Configure the tomcat server (via the "infinite.configuration.properties" file) to support SSL
    • Drop the required certificates (for your domain and various authorities) into the tomcat home directory ("/usr/tomcat6/share", see below)
  • Or: For EC2 installs using a load-balancer, upload the certificate to EC2.

...