12 lines
267 B
Markdown
12 lines
267 B
Markdown
# letsencrypt-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
|
|
./install.sh
|
|
```
|