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

cras at procontrol.fi cras at procontrol.fi
Wed Dec 4 01:21:33 EET 2002


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

Modified Files:
	mkcert.sh 
Log Message:
Subject printing used wrong certificate file.



Index: mkcert.sh
===================================================================
RCS file: /home/cvs/dovecot/doc/mkcert.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mkcert.sh	25 Nov 2002 10:35:27 -0000	1.2
+++ mkcert.sh	3 Dec 2002 23:21:30 -0000	1.3
@@ -30,4 +30,4 @@
 $OPENSSL req -new -x509 -nodes -config $OPENSSLCONFIG -out $CERTFILE -keyout $KEYFILE || exit 2
 chmod 0600 $KEYFILE
 echo 
-$OPENSSL x509 -subject -fingerprint -noout -in $SSLDIR/certs/dovecot.cer || exit 2
+$OPENSSL x509 -subject -fingerprint -noout -in $CERTFILE || exit 2




More information about the dovecot-cvs mailing list