From 09877158343e3a0a56ffea8865e4faab5ac852df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=A1gr?= Date: Mon, 26 Oct 2015 18:25:01 +0100 Subject: [PATCH] Move passprase note to correct option Keyfile should not require a passphrase. Change-Id: I0ee749d99eccd21b4064561d6dd949a066d24524 Closes: rhbz#1124982 --- docs/packstack.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/packstack.rst b/docs/packstack.rst index d8b857500..8deaecc22 100644 --- a/docs/packstack.rst +++ b/docs/packstack.rst @@ -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.