2021-05-06 13:36:56 -07:00
|
|
|
# Let's Encrypt Tools
|
2021-03-27 16:15:03 -07:00
|
|
|
|
2021-03-27 16:28:56 -07:00
|
|
|
Bash scripts and Let's Encrypt & Apache configurations for managing Let's Encrypt certificates with certbot.
|
2021-04-14 11:17:00 -07:00
|
|
|
|
|
|
|
## Install
|
|
|
|
```
|
|
|
|
cd /usr/local/src
|
|
|
|
git clone https://git.stack-source.com/msb/letsencrypt-tools.git
|
|
|
|
cd letsencrypt-tools
|
2021-04-15 13:16:58 -07:00
|
|
|
bash install.sh
|
2021-04-14 11:17:00 -07:00
|
|
|
```
|
2022-08-22 13:43:03 -07:00
|
|
|
|
|
|
|
## 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)
|