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_aliases: []
|
||||||
server_admin: webmaster@fedoraproject.org
|
server_admin: webmaster@fedoraproject.org
|
||||||
|
certbot: false
|
||||||
ssl: true
|
ssl: true
|
||||||
sslonly: false
|
sslonly: false
|
||||||
SSLCertificateChainFile: wildcard-2017.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2017.fedoraproject.org.intermediate.cert
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
SetOutputFilter DEFLATE
|
SetOutputFilter DEFLATE
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if certbot %}
|
||||||
|
ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge"
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if sslonly %}
|
{% if sslonly %}
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{HTTPS} off
|
RewriteCond %{HTTPS} off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue