summaryrefslogtreecommitdiffstats
path: root/imap/imapd-ssl.dist.in.git
diff options
context:
space:
mode:
authorYoshinari Takaoka2018-10-11 02:27:04 +0900
committerYoshinari Takaoka2018-10-11 02:32:20 +0900
commit9c5aae0eb425535621dde79717c2ce4f495a23bb (patch)
tree42e4bd39e8d11016f7acb46be61a6030ba117c4f /imap/imapd-ssl.dist.in.git
parentec5264047dfaf66c61cd0f4c9b8dd40463693722 (diff)
downloadcourier-libs-9c5aae0eb425535621dde79717c2ce4f495a23bb.tar.bz2
added comment TLS_PRIVATE_KEYFILE does not support Pass-Phrase
Diffstat (limited to 'imap/imapd-ssl.dist.in.git')
-rw-r--r--imap/imapd-ssl.dist.in.git3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap/imapd-ssl.dist.in.git b/imap/imapd-ssl.dist.in.git
index 5204818..17f8366 100644
--- a/imap/imapd-ssl.dist.in.git
+++ b/imap/imapd-ssl.dist.in.git
@@ -233,7 +233,8 @@ TLS_CERTFILE=@certsdir@/imapd.pem
#
# TLS_PRIVATE_KEYFILE - SSL/TLS private key for decrypting peer data.
# This file must be owned by the "@mailuser@" user, and must not be world
-# readable.
+# readable, and must be accessible without a pass-phrase, i.e. it must not
+# be encrypted.
#
# By default, courier generates SSL/TLS certifice including private key
# and install it in TLS_CERTFILE path, so TLS_PRIVATE_KEYFILE is completely