Skip to content

Instantly share code, notes, and snippets.

@JamesMarino
Created February 21, 2017 10:20
Show Gist options
  • Save JamesMarino/a07882eeae09e263b766653b2bfd3b8b to your computer and use it in GitHub Desktop.
Save JamesMarino/a07882eeae09e263b766653b2bfd3b8b to your computer and use it in GitHub Desktop.

Let's Encrypt Setup - Ubuntu

https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04

Get the Cert Bot $ cd /usr/local/sbin $ sudo wget https://dl.eff.org/certbot-auto $ sudo chmod a+x /usr/local/sbin/certbot-auto

Run the certbot-auto $ certbot-auto

Run the Auto Configure $ certbot-auto certonly

Then Follow the Wizard:

  1. Select standalone server
  2. Agree to everything

Keys are in: Certificate: /etc/letsencrypt/live/my.domain.name/fullchain.pem /etc/letsencrypt/live/my.domain.name/privkey.pem

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