Add plain HTTP note for id.fpo
This commit is contained in:
parent
fa1f170788
commit
d6aaaeed35
1 changed files with 4 additions and 0 deletions
|
@ -408,6 +408,8 @@
|
|||
server_aliases:
|
||||
- "*.id.fedoraproject.org"
|
||||
ips: "{{wildcard_fpo_ips}}"
|
||||
# Must not be sslonly, because example.id.fedoraproject.org must be reachable
|
||||
# via plain http for openid identity support
|
||||
cert_name: wildcard-2014.id.fedoraproject.org
|
||||
SSLCertificateChainFile: wildcard-2014.id.fedoraproject.org.intermediate.cert
|
||||
|
||||
|
@ -416,6 +418,8 @@
|
|||
server_aliases:
|
||||
- "*.id.stg.fedoraproject.org"
|
||||
ips: "{{wildcard_fpo_ips}}"
|
||||
# Must not be sslonly, because example.id.fedoraproject.org must be reachable
|
||||
# via plain http for openid identity support
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
|
||||
when: env == "staging"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue