Created
September 22, 2018 15:43
-
-
Save kerren/d044f099173e121f40130b57433461a8 to your computer and use it in GitHub Desktop.
The certbot setup for sub1.kubehttps.xyz
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 add-apt-repository ppa:certbot/certbot | |
| sudo apt update | |
| sudo apt install python-certbot-nginx -y | |
| certbot --nginx -d sub1.kubehttps.xyz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment