Skip to content

Instantly share code, notes, and snippets.

@ovitente
Created May 15, 2024 19:16
Show Gist options
  • Save ovitente/7def53e3e9b2eb4dcf95fdd295e5279a to your computer and use it in GitHub Desktop.
Save ovitente/7def53e3e9b2eb4dcf95fdd295e5279a to your computer and use it in GitHub Desktop.
dokku letsencrypt renew fix
dokku letsencrypt:disable myapp
sudo service nginx stop
sudo service nginx start
dokku letsencrypt:enable myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment