iad2: try and adjust totpcgi in iad2 to work with right cert

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-26 08:27:00 -07:00
parent e6c3e373ff
commit 27d4ec9334
2 changed files with 7 additions and 1 deletions

View file

@ -105,8 +105,10 @@ data:
ServerName fas-all.stg.phx2.fedoraproject.org:8443
{% elif objectname == "configmap-totpcgi-vpn.yml" %}
ServerName fas-all.vpn.fedoraproject.org:8443
{% else %}
{% elif datacenter == 'phx2' %}
ServerName fas-all.phx2.fedoraproject.org:8443
{% elif datacenter == 'iad2' %}
ServerName fas-all.iad2.fedoraproject.org:8443
{% endif %}
SSLEngine on
{% if objectname == "configmap-totpcgi-vpn.yml" %}

View file

@ -5,7 +5,11 @@ Listen 8443
ServerAdmin admin@fedoraproject.org
DocumentRoot /var/www/totpcgi
{% if datacenter == 'phx2' %}
ServerName fas-all.phx2.fedoraproject.org:8443
{% elif datacenter == 'iad2' %}
ServerName fas-all.iad2.fedoraproject.org:8443
{% endif %}
ErrorLog /var/log/httpd/totpcgi-error.log
SuexecUserGroup totpcgi totpcgi