Skip to content

Instantly share code, notes, and snippets.

@ziazek
Created June 10, 2017 04:50
Show Gist options
  • Save ziazek/643a0ca31ddeef613d226dd4f19bdbbf to your computer and use it in GitHub Desktop.
Save ziazek/643a0ca31ddeef613d226dd4f19bdbbf to your computer and use it in GitHub Desktop.
/etc/nginx/snippets/ssl-example.com.conf
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment