Skip to content

Instantly share code, notes, and snippets.

@ahmadawais
Last active December 8, 2017 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadawais/98d56b9688ab30573dc7a2fc239e028c to your computer and use it in GitHub Desktop.
Save ahmadawais/98d56b9688ab30573dc7a2fc239e028c to your computer and use it in GitHub Desktop.
EE Bad Let'sEncrypt Update FIX
cd ~
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
ee site update domain.com --le=off # or run with sudo, though, not needed.
./letsencrypt-auto certonly --webroot -w /var/www/domain.com/htdocs/ -d domain.com -d www.domain.com --email your@email.com --text --agree-tos
ee site update domain.com --le=on # or run with sudo, though, not needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment