[dovecot-cvs] dovecot/doc mkcert.sh,1.1,1.2

cras at procontrol.fi cras at procontrol.fi
Mon Nov 25 12:35:29 EET 2002


Update of /home/cvs/dovecot/doc
In directory danu:/tmp/cvs-serv22619

Modified Files:
	mkcert.sh 
Log Message:
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.



Index: mkcert.sh
===================================================================
RCS file: /home/cvs/dovecot/doc/mkcert.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mkcert.sh	24 Nov 2002 22:07:54 -0000	1.1
+++ mkcert.sh	25 Nov 2002 10:35:27 -0000	1.2
@@ -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




More information about the dovecot-cvs mailing list