Skip to content

Instantly share code, notes, and snippets.

@yogoeasy
Last active September 12, 2018 15:37
Show Gist options
  • Select an option

  • Save yogoeasy/e0852e83258b3aefe09be4984af62e79 to your computer and use it in GitHub Desktop.

Select an option

Save yogoeasy/e0852e83258b3aefe09be4984af62e79 to your computer and use it in GitHub Desktop.
解決easyengine申請子網域Let's Encrypt SSL時卡住不動的問題
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