From: Timo Sirainen Date: Fri, 21 Nov 2003 14:37:56 +0000 (+0200) Subject: write dovecot.pem, not imapd.pem files. X-Git-Tag: 1.1.alpha1~4213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc5d4121530326b78c9eac319ea10da5f67b07d5;p=thirdparty%2Fdovecot%2Fcore.git write dovecot.pem, not imapd.pem files. --HG-- branch : HEAD --- diff --git a/doc/mkcert.sh b/doc/mkcert.sh index 3bea65d874..7234b50359 100644 --- a/doc/mkcert.sh +++ b/doc/mkcert.sh @@ -7,8 +7,8 @@ OPENSSL=${OPENSSL-openssl} SSLDIR=${SSLDIR-/etc/ssl} OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf} -CERTFILE=$SSLDIR/certs/imapd.pem -KEYFILE=$SSLDIR/private/imapd.pem +CERTFILE=$SSLDIR/certs/dovecot.pem +KEYFILE=$SSLDIR/private/dovecot.pem if [ ! -d $SSLDIR/certs ]; then echo "$SSLDIR/certs directory doesn't exist"