iddev: try proxying to cergetter01 over https

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-30 15:15:39 +02:00
parent 54c65489ae
commit 8708d57804

View file

@ -25,7 +25,7 @@
shell: |
echo '<VirtualHost *:80>
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
</VirtualHost>' > /etc/httpd/conf.d/proxy_letsencrypt.conf
- name: reload apache