Created
August 19, 2018 13:29
-
-
Save ReeganExE/5604ca3cee7d3f692fb3020c7cae77e6 to your computer and use it in GitHub Desktop.
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
sudo pkill -f nginx | |
sudo systemctl start nginx | |
sudo certbot renew --pre-hook "echo hihi" --post-hook "nginx -s reload" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment