August 28, 2017

LetsEncrypt for EFA

Updating EFA Cert

On efa server chown -R billw:billw certs

On Ubuntu box

letsencrypt certonly --manual --preferred-challenges dns -d efa.wjw.nz

openssl x509 -outform der -in /etc/letsencrypt/live/efa.wjw.nz/cert.pem -out /etc/letsencrypt/live/efa.wjw.nz/localhost.crt
openssl rsa -outform der -in /etc/letsencrypt/live/efa.wjw.nz/privkey.pem -out /etc/letsencrypt/live/efa.wjw.nz/localhost.key
scp /etc/letsencrypt/live/efa.wjw.nz/cert.pem billw@192.168.1.46:/etc/pki/tls/certs/localhost.crt

No comments: