changeset 665:748cbf0af0ed HEAD

Name the cert and key files as "imapd.pem" after all like they're in config file. I'm not sure what's the standard naming in /etc/ssl though.
author Timo Sirainen <tss@iki.fi>
date Mon, 25 Nov 2002 12:35:27 +0200
parents fa8e1eb0b881
children 36ac2fd352ff
files doc/mkcert.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/mkcert.sh	Mon Nov 25 01:13:50 2002 +0200
+++ b/doc/mkcert.sh	Mon Nov 25 12:35:27 2002 +0200
@@ -6,8 +6,8 @@
 SSLDIR=${SSLDIR-/etc/ssl}
 OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
 
-CERTFILE=$SSLDIR/certs/dovecot.cer
-KEYFILE=$SSLDIR/private/dovecot.key
+CERTFILE=$SSLDIR/certs/imapd.pem
+KEYFILE=$SSLDIR/private/imapd.pem
 
 if [ ! -d $SSLDIR/certs ]; then
   echo $SSLDIR/certs directory doesn't exist