summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-03-22 04:06:18 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-03-22 04:06:18 +0000
commit41e0c3bf8c2d20f483f2a3acfe601d5ada53fc0b (patch)
tree45a2e25be99bc174ef0c99733f56c72fda6ac2b0 /sbin
parentf15b3a615c2bdc3946f66ec2db2d50cb43f3dfc5 (diff)
Add some text about CA certificates and policies (suggested by Paul
Hoffman).
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/isakmpd.conf.512
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5
index 84142d48162..be0f6045ce7 100644
--- a/sbin/isakmpd/isakmpd.conf.5
+++ b/sbin/isakmpd/isakmpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: isakmpd.conf.5,v 1.31 2000/03/18 22:55:59 aaron Exp $
+.\" $OpenBSD: isakmpd.conf.5,v 1.32 2000/03/22 04:06:17 angelos Exp $
.\" $EOM: isakmpd.conf.5,v 1.38 2000/01/31 08:39:44 niklas Exp $
.\"
.\" Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -140,7 +140,15 @@ by the initiator.
.Bl -tag -width 12n
.It Em Ca-directory
A directory containing PEM certificates of certification authorities
-that we trust to sign other certificates.
+that we trust to sign other certificates. Note that for a CA to be
+really trusted, it needs to be somehow referred to by policy, in
+.Xr isakmpd.policy 5 .
+The certificates in this directory are used for the actual X.509
+authentication and for cross-referencing policies that refer to
+Distinguished Names (DNs). Keeping a separate directory (as opposed
+to integrating policies and X.509 CA certificates) allows for maintenance
+of a list of "well known" CAs without actually having to trust all (or any)
+of them.
.It Em Cert-directory
A directory containing PEM certificates that we trust to be valid.
These certificates are used in preference to those passed in messages and