16 lines
451 B
Markdown
16 lines
451 B
Markdown
# 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)
|