diff dovecot-example.conf @ 3889:c7462001227b HEAD

Added support for password protected SSL private keys. The password can be given in dovecot.conf, or when dovecot is started with -p parameter.
author Timo Sirainen <tss@iki.fi>
date Sun, 15 Jan 2006 15:16:53 +0200
parents 650701d41cdf
children 0e47f412e3aa
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Jan 15 14:35:01 2006 +0200
+++ b/dovecot-example.conf	Sun Jan 15 15:16:53 2006 +0200
@@ -40,6 +40,10 @@
 #ssl_cert_file = /etc/ssl/certs/dovecot.pem
 #ssl_key_file = /etc/ssl/private/dovecot.pem
 
+# If key file is password protected, give the password here. Alternatively
+# give it when starting dovecot with -p parameter.
+#ssl_key_password =
+
 # File containing trusted SSL certificate authorities. Usually not needed.
 #ssl_ca_file =