Created
June 6, 2018 19:59
-
-
Save xergio/af929ce4baad346e598a7fb059c00a3e to your computer and use it in GitHub Desktop.
nginx + letsencrypt
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
$ add-apt-repository ppa:certbot/certbot | |
$ apt update | |
$ apt install python-certbot-nginx | |
$ certbot --nginx -d example.com -d www.example.com | |
$ certbot renew |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment