summaryrefslogtreecommitdiffstats
path: root/tcpd/couriertls.sgml
diff options
context:
space:
mode:
authorYoshinari Takaoka2018-10-11 02:27:04 +0900
committerYoshinari Takaoka2018-10-11 02:32:20 +0900
commit9c5aae0eb425535621dde79717c2ce4f495a23bb (patch)
tree42e4bd39e8d11016f7acb46be61a6030ba117c4f /tcpd/couriertls.sgml
parentec5264047dfaf66c61cd0f4c9b8dd40463693722 (diff)
downloadcourier-libs-9c5aae0eb425535621dde79717c2ce4f495a23bb.tar.bz2
added comment TLS_PRIVATE_KEYFILE does not support Pass-Phrase
Diffstat (limited to 'tcpd/couriertls.sgml')
-rw-r--r--tcpd/couriertls.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpd/couriertls.sgml b/tcpd/couriertls.sgml
index 0711654..c7971cc 100644
--- a/tcpd/couriertls.sgml
+++ b/tcpd/couriertls.sgml
@@ -241,7 +241,7 @@ for SSL/TLS clients.
<para>
SSL/TLS private key for decrypting client data.
<envar>TLS_PRIVATE_KEY</envar> is optional because <term>TLS_CERTFILE</term> is generated including cert and private key both.
-<replaceable>filename</replaceable> must not be world-readable.</para>
+<replaceable>filename</replaceable> must not be world-readable, and must be accessible without a pass-phrase, i.e. it must not be encrypted.</para>
</listitem>
</varlistentry>