Page MenuHomeDevCentral
Paste P150

/usr/local/etc/nginx/includes/letsencrypt.conf
ActivePublic

Authored by dereckson on Jan 5 2016, 17:46.
# -------------------------------------------------------------
# Configuration for Let's encrypt nginx
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Author: Sébastien Santoro aka Dereckso
# Created: 2016-01-05
# Description: Get SSL certificates from Let's encrypt
# -------------------------------------------------------------
location /.well-known/acme-challenge {
default_type text/plain;
root /var/letsencrypt-auto;
}

Event Timeline

dereckson changed the title of this paste from untitled to /usr/local/etc/nginx/includes/letsencrypt.conf.