Allow setting up a vhost for certgetter
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
bdb5d657c6
commit
863dffdb66
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
server_aliases: []
|
||||
server_admin: webmaster@fedoraproject.org
|
||||
certbot: false
|
||||
ssl: true
|
||||
sslonly: false
|
||||
SSLCertificateChainFile: wildcard-2017.fedoraproject.org.intermediate.cert
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
SetOutputFilter DEFLATE
|
||||
{% endif %}
|
||||
|
||||
{% if certbot %}
|
||||
ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge"
|
||||
{% endif %}
|
||||
|
||||
{% if sslonly %}
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTPS} off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue