proxies: drop mirrors*.centos.org certs, use letsencrypt locally instead
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d09c0703bf
commit
54f746d30e
2 changed files with 0 additions and 16 deletions
|
@ -131,10 +131,6 @@ main_bridge: br0
|
|||
max_cpu: "{{ num_cpus * 5 }}"
|
||||
max_mem_size: "{{ mem_size * 5 }}"
|
||||
mem_size: 4096
|
||||
mirrors_centos_org_cert_file: mirrors.centos.org.cert
|
||||
# This is the mirrors.centos.org certs
|
||||
mirrors_centos_org_cert_name: mirrors.centos.org
|
||||
mirrors_centos_org_key_file: mirrors.centos.org.key
|
||||
nagios_Can_Connect: true
|
||||
# Nagios global variables
|
||||
nagios_Check_Services:
|
||||
|
|
|
@ -78,18 +78,6 @@
|
|||
certname: qa.fedoraproject.org
|
||||
SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert
|
||||
|
||||
- role: httpd/certificate
|
||||
certname: mirrors.centos.org
|
||||
SSLCertificateChainFile: mirrors.centos.org.intermediate.cert
|
||||
when: env != "staging"
|
||||
tags: mirrors.centos.org
|
||||
|
||||
- role: httpd/certificate
|
||||
certname: mirrors.stg.centos.org
|
||||
SSLCertificateChainFile: mirrors.stg.centos.org.intermediate.cert
|
||||
when: env == "staging"
|
||||
tags: mirrors.stg.centos.org
|
||||
|
||||
# - role: httpd/certificate
|
||||
# certname: secondary.koji.fedoraproject.org.letsencrypt
|
||||
# SSLCertificateChainFile: secondary.koji.fedoraproject.org.letsencrypt.intermediate.crt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue