Go to file
Matthew Saunders Brown 92af4b365b rework systemd stuff
move service to paths.target
remove startup dependency
change to try-reload-or-restart which has this logic:
  Reload service if it supports it.
  If not, stop and then start instead.
  Does nothing if the service is not running.
2023-12-20 09:35:52 -08:00
bin check for common mail subdomains 2023-06-16 09:08:17 -07:00
etc rework systemd stuff 2023-12-20 09:35:52 -08:00
sbin add deploy tools 2023-06-16 11:25:12 -07:00
systemd rework systemd stuff 2023-12-20 09:35:52 -08:00
COPYING change license from MIT to GPL 3.0+ 2022-08-22 13:43:03 -07:00
install.sh install systemd service 2023-06-16 09:08:59 -07:00
README.md change license from MIT to GPL 3.0+ 2022-08-22 13:43:03 -07:00

Let's Encrypt Tools

Bash scripts and Let's Encrypt & Apache configurations for managing Let's Encrypt certificates with certbot.

Install

cd /usr/local/src
git clone https://git.stack-source.com/msb/letsencrypt-tools.git
cd letsencrypt-tools
bash install.sh

License

Copyright (c) 2022 Matthew Saunders Brown matthewsaundersbrown@gmail.com
GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)