certbot scripts
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 add www subdomain to dorky renewal scrilpt 2 years ago
README.md update readme with old changes 3 years ago
bear_renew.sh update bear renew script 3 years ago
dorky_renew_cert.sh add www subdomain to dorky renewal scrilpt 2 years ago
install_certbot.sh add installation script 6 years ago
krash_make_cert.sh restart service 4 years ago
krash_renew.sh change path to abs 4 years ago
make_cert.sh fix set -x statement locations 4 years ago
redbeard.sh add certbot scripts for .red domain 5 years ago
redbeard_make_cert.sh add certbot scripts for .red domain 5 years ago
renew_cert.sh update domains and subdomains 4 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/subdomains
  • renew_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.