proxies: add intermediate certs for mirrors.centos.org
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
91d645f656
commit
5a8f655671
2 changed files with 7 additions and 0 deletions
|
@ -69,10 +69,12 @@
|
|||
|
||||
- role: httpd/certificate
|
||||
certname: mirrors.centos.org
|
||||
SSLCertificateChainFile: mirrors.centos.org.intermediate.cert
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/certificate
|
||||
certname: mirrors.stg.centos.org
|
||||
SSLCertificateChainFile: mirrors.stg.centos.org.intermediate.cert
|
||||
when: env == "staging"
|
||||
|
||||
# - role: httpd/certificate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue