use cert itself as CAChain

because it could not be empty
This commit is contained in:
Miroslav Suchý 2014-09-15 13:04:50 +00:00
parent 0afa9fde07
commit 2d0197a993

View file

@ -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