⇤ ← Revision 1 as of 2023-10-11 23:57:49
Size: 1123
Comment:
|
Size: 1128
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
* https://github.com/srvrco/getssl | * https://github.com/srvrco/getssl |
getssl
Obtain SSL certificates from the letsencrypt.org ACME server.
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