Skip to content

Instantly share code, notes, and snippets.

@sriganesh
Created August 25, 2019 23:42
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 sriganesh/e2c5d71377043e4525058c374bf5c7fa to your computer and use it in GitHub Desktop.
Save sriganesh/e2c5d71377043e4525058c374bf5c7fa to your computer and use it in GitHub Desktop.
Easyengine Letsencrypt Renew Expired Certificate
cd /var/lib/docker/volumes/global-nginx-proxy_certs/_data
mkdir tmp
mv * tmp/
cd ~
ee site ssl-renew example.com --force
Delete the old certs from /var/lib/docker/volumes/global-nginx-proxy_certs/_data and run the ssl renew site update command
to try the renewal of expired cert.
https://github.com/EasyEngine/easyengine/issues/1429
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment