summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-05-31 14:28:40 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-05-31 14:28:40 +0000
commit83d115c9f3d9fb1ee472fa8c2f10cbbfc498ed10 (patch)
tree8bea6563cfeb5fef910f28f0abcb93dc7c4ba0ac /sbin/isakmpd
parentfd14e3f4a6692b260f3db16b08a8399b1eb898a2 (diff)
certpatch is gone, noticed by david@
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r--sbin/isakmpd/isakmpd.conf.56
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5
index 6be0b89b729..e04184ddb81 100644
--- a/sbin/isakmpd/isakmpd.conf.5
+++ b/sbin/isakmpd/isakmpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.conf.5,v 1.104 2005/05/23 23:09:39 cloder Exp $
+.\" $OpenBSD: isakmpd.conf.5,v 1.105 2005/05/31 14:28:39 hshoexer Exp $
.\" $EOM: isakmpd.conf.5,v 1.57 2000/12/21 14:43:17 ho Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -395,8 +395,7 @@ and X.509 CA certificates) allows for maintenance of a list of
A directory containing PEM certificates that we trust to be valid.
These certificates are used in preference to those passed in messages and
are required to have a subjectAltName extension containing the certificate
-holder identity; usually IP address, FQDN, or User FQDN, as provided by
-.Xr certpatch 8 .
+holder identity; usually IP address, FQDN, or User FQDN.
.It Em Private-key
The private key matching the public key of our certificate (which should be
in the "Cert-directory", and have an appropriate subjectAltName field).
@@ -1233,7 +1232,6 @@ LIFE_DURATION= 1000,768:1536
.Xr ipsec 4 ,
.Xr keynote 4 ,
.Xr isakmpd.policy 5 ,
-.Xr certpatch 8 ,
.Xr isakmpd 8 ,
.Xr vpn 8
.Sh CAVEATS