Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Paste
P199
nginx block for Let's encrypt
Active
Public
Actions
Authored by
dereckson
on Jun 21 2016, 22:52.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F41088: nginx block for Let's encrypt
Jun 21 2016, 22:52
2016-06-21 22:52:30 (UTC+0)
Subscribers
•
Ash-Crow
# -------------------------------------------------------------
# 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;
}
Event Timeline
dereckson
created this paste.
Jun 21 2016, 22:52
2016-06-21 22:52:30 (UTC+0)
Log In to Comment