blob: 1874649612a24533a3abc7f533d8b5c203aabd50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- doc/mkcert.sh Tue Apr 15 14:28:24 2003
+++ mkcert.sh.new Tue Apr 15 14:28:52 2003
@@ -4,7 +4,7 @@
# Edit dovecot-openssl.cnf before running this.
OPENSSL=${OPENSSL-openssl}
-SSLDIR=${SSLDIR-/etc/ssl}
+SSLDIR=${SSLDIR-%%SSLDIR%%}
OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
CERTFILE=$SSLDIR/certs/imapd.pem
|