Apache self signed certificate HOWTO
Generate the keys for the Certificate Authority (the key that will do the signing) Code: Generate the private key for your server Code: Create a CSR (certificate signing request) to get signed by the CA Code: Sign your csr with the key you made in the first step Code: Optionally…