From 2d0197a9936d4cf2e725294b693ab8e6575d517f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 15 Sep 2014 13:04:50 +0000 Subject: [PATCH] use cert itself as CAChain because it could not be empty --- files/fedora-cloud/packstack-controller-answers.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/fedora-cloud/packstack-controller-answers.txt b/files/fedora-cloud/packstack-controller-answers.txt index 2fcad54a25..6fac2b6943 100644 --- a/files/fedora-cloud/packstack-controller-answers.txt +++ b/files/fedora-cloud/packstack-controller-answers.txt @@ -352,6 +352,10 @@ CONFIG_HORIZON_SSL=y # require a passphrase CONFIG_SSL_CERT=/etc/pki/tls/certs/fed-cloud09.pem +# PEM encoded CA certificates from which the certificate chain of the +# # server certificate can be assembled. +CONFIG_SSL_CACHAIN=/etc/pki/tls/certs/fed-cloud09.pem + # Keyfile corresponding to the certificate if one was entered CONFIG_SSL_KEY=/etc/pki/tls/private/fed-cloud09.key