Skip to content

Instantly share code, notes, and snippets.

@kerren
Created September 22, 2018 15:43
Show Gist options
  • Select an option

  • Save kerren/d044f099173e121f40130b57433461a8 to your computer and use it in GitHub Desktop.

Select an option

Save kerren/d044f099173e121f40130b57433461a8 to your computer and use it in GitHub Desktop.
The certbot setup for sub1.kubehttps.xyz
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