diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-08-15 09:16:31 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-08-15 09:16:31 +0000 |
commit | f9b6fa26ddd0e5f251f9a35af1b7efbf5baef6e0 (patch) | |
tree | f2a223ab56b9b066579588d1d7d377e267563e56 /sbin/isakmpd/isakmpd.conf.5 | |
parent | 7a1a2d18f3ece62b6426065fd502cb8f64da7511 (diff) |
Support trusted public (RSA) keys as files too. niklas@ ok.
Diffstat (limited to 'sbin/isakmpd/isakmpd.conf.5')
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index 5bd50264558..f490dae5596 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.56 2001/08/02 09:55:38 ho Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.57 2001/08/15 09:16:30 ho 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. @@ -180,6 +180,13 @@ and setup SAs with eachother. Specifically this means replay protection will not be asked for, and errors that can occur when updating an SA with its parameters a 2nd time will be ignored. +.It Em Pubkey-directory +The directory in which +.Nm +looks for explicitly trusted public keys. The default is +"/etc/isakmpd/pubkeys". Read +.Xr isakmpd 8 +for the required naming convention of the files in here. .El .It Em Phase 1 ISAKMP SA negotiation parameter root |