iddev: try proxying to cergetter01 over https
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
54c65489ae
commit
8708d57804
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
shell: |
|
shell: |
|
||||||
echo '<VirtualHost *:80>
|
echo '<VirtualHost *:80>
|
||||||
ServerName iddev.fedorainfracloud.org
|
ServerName iddev.fedorainfracloud.org
|
||||||
ProxyPass "/.well-known/acme-challenge" "http://certgetter01/.well-known/acme-challenge"
|
ProxyPass "/.well-known/acme-challenge" "https://certgetter01/.well-known/acme-challenge"
|
||||||
Redirect permanent / https://iddev.fedorainfracloud.org
|
Redirect permanent / https://iddev.fedorainfracloud.org
|
||||||
</VirtualHost>' > /etc/httpd/conf.d/proxy_letsencrypt.conf
|
</VirtualHost>' > /etc/httpd/conf.d/proxy_letsencrypt.conf
|
||||||
- name: reload apache
|
- name: reload apache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue