forked from cory/tildefriends
Oh, the webroot mode works well enough for me to use Let's Encrypt for Tilde Friends.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3384 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
24
tools/letsencrypt.sh
Executable file
24
tools/letsencrypt.sh
Executable file
@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
# --config-dir, --logs-dir, and --work-dir
|
||||
|
||||
|
||||
#certbot certonly \
|
||||
# --webroot \
|
||||
# --webroot-path data/global/ \
|
||||
# -d www.tildefriends.net \
|
||||
# -d tildefriends.net \
|
||||
# --config-dir data/global/letsencrypt/etc \
|
||||
# --logs-dir data/global/letsencrypt/logs \
|
||||
# --work-dir data/global/letsencrypt/work \
|
||||
# --cert-path data/global/httpd/certificate.pem \
|
||||
# --key-path data/global/httpd/privatekey.pem \
|
||||
|
||||
certbot renew \
|
||||
--webroot \
|
||||
--webroot-path data/global/ \
|
||||
--config-dir data/global/letsencrypt/etc \
|
||||
--logs-dir data/global/letsencrypt/logs \
|
||||
--work-dir data/global/letsencrypt/work \
|
||||
--cert-path data/global/httpd/certificate.pem \
|
||||
--key-path data/global/httpd/privatekey.pem \
|
Reference in New Issue
Block a user