Created
September 30, 2019 05:49
-
-
Save sibukixxx/1a5d4e81aafbe9de04ef83ed7f080021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| EMAIL=<your email> | |
| DOMAIN=<your domain> | |
| apt install certbot -y | |
| certbot certonly --webroot --webroot-path /var/www/html/ --email ${EMAIL} --domain ${DOMAIN} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment