You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid
964c966934
|
3 years ago | |
---|---|---|
README.md | 4 years ago | |
bear_renew.sh | 4 years ago | |
dorky_renew_cert.sh | 3 years ago | |
install_certbot.sh | 6 years ago | |
krash_make_cert.sh | 5 years ago | |
krash_renew.sh | 5 years ago | |
make_cert.sh | 4 years ago | |
redbeard.sh | 6 years ago | |
redbeard_make_cert.sh | 6 years ago | |
renew_cert.sh | 5 years ago |
README.md
certbot
This repo contains scripts for doing common tasks with certbot.
There are two main scripts to perform the cert update with certbot, these scripts are where the domains and subdomains are specified:
make_cert.sh
- makes a new certificate for the given domains/subdomainsrenew_cert.sh
- renews a certificate for the given domains/subdomains
The user should not call these directly, however, because the docker pod running the site will interfere with the renewal process. Rather, use a wrapper script that stops the docker pod before renewing the cert, and starts it back up when finished.
See bear_make_cert.sh
and bear_renew.sh
for example.