Created
May 15, 2024 19:16
-
-
Save ovitente/7def53e3e9b2eb4dcf95fdd295e5279a to your computer and use it in GitHub Desktop.
dokku letsencrypt renew fix
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
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