Skip to content

Latest commit

 

History

History

README.md

SnakeOil Certificates

If the year is 2045 or you have to regenerate new snakeoil certificates do the following.

Please install:

Root CA Certificate Files

 cfssl gencert -initca ca-csr.json | cfssljson -bare ca

Certificate Files

 cfssl gencert \
  -ca=ca.pem \
  -ca-key=ca-key.pem \
  -config=ca-config.json \
  -hostname="127.0.0.1" \
  -profile=default \
  ca-csr.json | cfssljson -bare ssl-cert-snakeoil