####Features
- Installing letsencrypt
- Domain registering
- Domain renewal
####Install instructions
Copy this script to you server, make it executable
chmod +x letsencrypt-manager.sh
run it
./letsencrypt-manager.sh
and follow the instructions.
Before renewing a domain you need to add this line of code in your server
block.
location ~ /.well-known {
allow all;
}