proxies / mirrors.centos.org: switch to local letsencrypt ssl cert
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b8a4eda79e
commit
9f4fdacdeb
1 changed files with 10 additions and 4 deletions
|
@ -155,11 +155,17 @@
|
|||
|
||||
- role: httpd/website
|
||||
site_name: mirrors.centos.org
|
||||
server_aliases:
|
||||
- mirrors.stg.centos.org
|
||||
cert_name: "{{mirrors_centos_org_cert_name}}"
|
||||
SSLCertificateChainFile: "mirrors{{env_suffix}}.centos.org.intermediate.cert"
|
||||
sslonly: true
|
||||
certbot: true
|
||||
tags: mirrors.centos.org
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: mirrors.stg.centos.org
|
||||
sslonly: true
|
||||
certbot: true
|
||||
tags: mirrors.stg.centos.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: src.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue