letsencrypt-tools/README.md

12 lines
272 B
Markdown
Raw Normal View History

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
```