Skip to content

Instantly share code, notes, and snippets.

@dunderrrrrr
Created February 21, 2020 13:35
Show Gist options
  • Save dunderrrrrr/967710d09d614a56bbb7361608c8801a to your computer and use it in GitHub Desktop.
Save dunderrrrrr/967710d09d614a56bbb7361608c8801a to your computer and use it in GitHub Desktop.
Certbot is a free, open source software tool for automatically using Let’s Encrypt certificates.

Certbot is a free, open source software tool for automatically using Let’s Encrypt certificates on manually-administrated websites to enable HTTPS.Certbot is made by the Electronic Frontier Foundation (EFF), a 501(c)3 nonprofit based in San Francisco, CA, that defends digital privacy, free speech, and innovation.

Installing

$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository universe
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install certbot python-certbot-nginx

Done! Now run certbot and follow on-screen instrucions.

$ sudo certbot --nginx

More information here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment