diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-05 22:41:23 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-05 22:41:23 +0000 |
commit | 97495d3bbba04605cf351d6acbc7811e472c03fe (patch) | |
tree | 9163f9e6d8041c4203ebdc9e6fffa1f2285f4177 /sbin/isakmpd | |
parent | d17098ca8f462d80cb591547dd68ab2a9007b0f0 (diff) |
Merge with EOM 1.4
author: niklas
Moving the PRIVKEY tag into the X509-certificates section, renaming it to
Private-key. Also rename the keynote policy file.
author: niklas
From Niels Provos, edited by me: certificate support using SSLeay
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/samples/VPN-3way-template.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sbin/isakmpd/samples/VPN-3way-template.conf b/sbin/isakmpd/samples/VPN-3way-template.conf index 4ec60111ac9..18b14254dff 100644 --- a/sbin/isakmpd/samples/VPN-3way-template.conf +++ b/sbin/isakmpd/samples/VPN-3way-template.conf @@ -1,5 +1,5 @@ -# $OpenBSD: VPN-3way-template.conf,v 1.3 1999/07/18 09:33:13 niklas Exp $ -# $EOM: VPN-3way-template.conf,v 1.2 1999/07/17 21:48:37 niklas Exp $ +# $OpenBSD: VPN-3way-template.conf,v 1.4 1999/08/05 22:41:22 niklas Exp $ +# $EOM: VPN-3way-template.conf,v 1.4 1999/07/18 09:25:34 niklas Exp $ # # A configuration sample for the isakmpd ISAKMP/Oakley (aka IKE) daemon. # @@ -366,7 +366,5 @@ LIFE_DURATION= 4608000,4096000:8192000 [X509-certificates] CA-directory= /etc/isakmpd/ca/ Cert-directory= /etc/isakmpd/certs/ -#Accept-self-signed= - -[RSA_SIG] -PRIVKEY= /etc/isakmpd/private/local.key +#Accept-self-signed= defined +Private-key= /etc/isakmpd/private/local.key |