User Tools

Site Tools


cacert

Cacert

CACert.org Certificates

Generate the private key

openssl genrsa -out domain.sihnon.net.key 1024

Generate the Certificate Signing Request

openssl req -new -key domain.sihnon.net.key -out domain.sihnon.net.csr

Send the CSR to cacert.org, and cat the result into domain.sihnon.net.pem.

Set up the server to use the .key and .pem files.

cacert.txt · Last modified: 2014/11/24 01:44 by ben