Move passprase note to correct option

Keyfile should not require a passphrase.

Change-Id: I0ee749d99eccd21b4064561d6dd949a066d24524
Closes: rhbz#1124982
This commit is contained in:
Martin Mágr
2015-10-26 18:25:01 +01:00
parent 90cf7c16fa
commit 0987715834

View File

@@ -860,10 +860,10 @@ SSL Config parameters
---------------------
**CONFIG_HORIZON_SSL_CERT**
PEM-encoded certificate to be used for SSL connections on the https server (the certificate should not require a passphrase). To generate a certificate, leave blank.
PEM-encoded certificate to be used for SSL connections on the https server. To generate a certificate, leave blank.
**CONFIG_HORIZON_SSL_KEY**
SSL keyfile corresponding to the certificate if one was specified.
SSL keyfile corresponding to the certificate if one was specified. The certificate should not require a passphrase.
**CONFIG_HORIZON_SSL_CACHAIN**
PEM-encoded CA certificates from which the certificate chain of the server certificate can be assembled.