diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-06 21:09:48 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-06 21:09:48 +0000 |
commit | 60fd63e9df8c99acfb3602fafd2dd46b8ed2fb0c (patch) | |
tree | 44f7353512e6a0f8bddd7ed87a047ae5224ce7a4 | |
parent | bd105e0cb6ac78af341a977cae1027df96d23323 (diff) | |
download | ansible-60fd63e9df8c99acfb3602fafd2dd46b8ed2fb0c.tar.gz ansible-60fd63e9df8c99acfb3602fafd2dd46b8ed2fb0c.tar.xz ansible-60fd63e9df8c99acfb3602fafd2dd46b8ed2fb0c.zip |
set up intermediate cert
-rw-r--r-- | playbooks/include/proxies-websites.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 3946d6a9c..c41d3c8bc 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -468,6 +468,7 @@ server_aliases: - www.fpaste.org cert_name: fpaste.org + SSLCertificateChainFile: fpaste.org.intermediate.cert when: inventory_hostname == 'proxy01.phx2.fedoraproject.org' - role: httpd/website |