getssl
Obtain SSL certificates from the letsencrypt.org ACME server. * https://github.com/srvrco/getssl
1 curl --silent https://raw.githubusercontent.com/srvrco/getssl/latest/getssl > getssl
2 chmod 700 getssl
3 ./getssl -h
4 ./getssl -c www.example.org
5 nano ~/.getssl/www.example.org/getssl.cfg
6 # specify correct ACL option
7 # CA="https://acme-v02.api.letsencrypt.org"
8 # ACL=('/var/www/www.example.org/.well-known/acme-challenge')
9 ./getssl www.example.org