Page MenuHomeDevCentral

letsencrypt
No OneTemporary

letsencrypt

# -------------------------------------------------------------
# nginx :: configuration :: Let's Encrypt
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Description: Get SSL certificates from Let's encrypt
# License: Trivial work, not eligible for copyright.
# Source file: roles/webserver-core/nginx/files/includes/letsencrypt
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
location /.well-known/acme-challenge {
allow all;
default_type text/plain;
root {{ certbot_dir }};
}

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 18, 21:37 (7 h, 25 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2980843
Default Alt Text
letsencrypt (804 B)

Event Timeline