- use the same directory for the key as mentionned in MESSAGE.
- bump PKGNAME. ok jakob@
This commit is contained in:
parent
53cce2dc9a
commit
2ccf94b408
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2006/03/23 15:49:53 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2006/04/20 16:01:52 aanriot Exp $
|
||||
|
||||
COMMENT= "SSL encryption wrapper for standard network daemons"
|
||||
|
||||
VERSION= 4.15
|
||||
DISTNAME= stunnel-${VERSION}
|
||||
PKGNAME= ${DISTNAME}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
||||
|
@ -6,7 +6,7 @@
|
||||
; Certificate/key is needed in server mode and optional in client mode
|
||||
-cert = @prefix@/etc/stunnel/mail.pem
|
||||
-;key = @prefix@/etc/stunnel/mail.pem
|
||||
+cert = @sysconfdir@/ssl/stunnel.pem
|
||||
+cert = @sysconfdir@/ssl/private/stunnel.pem
|
||||
+;key = @sysconfdir@/ssl/private/stunnel.key
|
||||
|
||||
; Some security enhancements for UNIX systems - comment them out on Win32
|
||||
|
Loading…
Reference in New Issue
Block a user