Skip to content

Instantly share code, notes, and snippets.

@nareshganesan
Created June 15, 2018 08:19
Show Gist options
  • Save nareshganesan/a78dc56cd4aed974c551638e1fc971c9 to your computer and use it in GitHub Desktop.
Save nareshganesan/a78dc56cd4aed974c551638e1fc971c9 to your computer and use it in GitHub Desktop.
Ubuntu 16.04 install cerbot / letsencrypt
apt-get update
apt-get install software-properties-common
add-apt-repository ppa:certbot/certbot
apt-get update
apt-get install python-certbot-nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment