development

Convert SSL certificate to Java Keystore (JKS) file

To convert a SSL certificate to a Java Keystore (JKS) file, you'll need your SSL certificate file (mycertificate.crt) and your private key file (mykey.key). Your private key file is what you used to generate your certificate signing request.

Read
development

Forward port 80 with Apache

Development notes on how to forward port 80 with Apache, as well as firewall rules for blocking direct access to a target port.

Read