diff options
author | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2006-06-10 21:09:46 +0000 |
---|---|---|
committer | Mathieu Sauve-Frankel <msf@cvs.openbsd.org> | 2006-06-10 21:09:46 +0000 |
commit | b3d3d2b592727fa77e3a108e833b6944d931c55e (patch) | |
tree | 35bf432f6d490d6e6f2bedab4e777f63060ce17b /sbin/isakmpd/isakmpd.conf.5 | |
parent | 350f0878a0b488ca908d2396b6439865c8e3e25d (diff) |
Allow isakmpd to use a different private rsa key per isakmp ID. Hans wrote this a long time ago, I synced it to -current and tested.
ok hshoexer@
Diffstat (limited to 'sbin/isakmpd/isakmpd.conf.5')
-rw-r--r-- | sbin/isakmpd/isakmpd.conf.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/isakmpd/isakmpd.conf.5 b/sbin/isakmpd/isakmpd.conf.5 index 9c6d26ff7d1..2e7dc0119f2 100644 --- a/sbin/isakmpd/isakmpd.conf.5 +++ b/sbin/isakmpd/isakmpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.conf.5,v 1.112 2006/05/27 21:09:11 hshoexer Exp $ +.\" $OpenBSD: isakmpd.conf.5,v 1.113 2006/06/10 21:09:45 msf 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. @@ -399,6 +399,10 @@ 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). +.It Em Private-key-directory +A directory containing private keys named after an ID (IP addresses, +.Dq user@domain , +or hostnames) .El .El .Sh REFERRED-TO SECTIONS |