use cert itself as CAChain
because it could not be empty
This commit is contained in:
parent
0afa9fde07
commit
2d0197a993
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue