Page MenuHomeDevCentral

nginx block for Let's encrypt

Authored By
dereckson
Jun 21 2016, 22:52
Size
581 B
Referenced Files
None
Subscribers
None

nginx block for Let's encrypt

# -------------------------------------------------------------
# Configuration for Let's encrypt nginx
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Author: Sébastien Santoro aka Dereckson
# Created: 2016-01-05
# Description: Get SSL certificates from Let's encrypt
# License: Trivial work, not eligible for copyright.
# -------------------------------------------------------------
location /.well-known/acme-challenge {
default_type text/plain;
root /var/letsencrypt-auto;
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37423
Default Alt Text
nginx block for Let's encrypt (581 B)

Event Timeline