Last active
September 12, 2018 15:37
-
-
Save yogoeasy/e0852e83258b3aefe09be4984af62e79 to your computer and use it in GitHub Desktop.
解決easyengine申請子網域Let's Encrypt SSL時卡住不動的問題
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
| echo "**********************************************" | |
| echo "Get Let's Encrypt by myself without EasyEngine" | |
| echo "**********************************************" | |
| read -p "Enter domain: " domain | |
| /opt/letsencrypt/letsencrypt-auto certonly --agree-tos --email yourname@gmail.com --webroot -w /var/www/$domain/htdocs -d $domain | |
| # by https://www.yogoeasy.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment