diff options
author | 2010-09-30 10:32:23 +0000 | |
---|---|---|
committer | 2010-09-30 10:32:23 +0000 | |
commit | a8b2c1720f49096e6a95f5a719716a24ec5add2b (patch) | |
tree | 423acbb3a10ab9bfa89f63bb43998ef94a71450c | |
parent | Add some examples about using the CA commands to create and install the (diff) | |
download | wireguard-openbsd-a8b2c1720f49096e6a95f5a719716a24ec5add2b.tar.xz wireguard-openbsd-a8b2c1720f49096e6a95f5a719716a24ec5add2b.zip |
More information about creating and maintaining the PKI with a link to
ikectl(8).
-rw-r--r-- | sbin/iked/iked.8 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sbin/iked/iked.8 b/sbin/iked/iked.8 index 7266b084e25..d9b06b64c5c 100644 --- a/sbin/iked/iked.8 +++ b/sbin/iked/iked.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.8,v 1.4 2010/06/10 14:17:48 reyk Exp $ +.\" $OpenBSD: iked.8,v 1.5 2010/09/30 10:32:23 reyk Exp $ .\" $vantronix: iked.8,v 1.5 2010/06/02 14:38:08 reyk Exp $ .\" .\" Copyright (c) 2010 Reyk Floeter <reyk@vantronix.net> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 10 2010 $ +.Dd $Mdocdate: September 30 2010 $ .Dt IKED 8 .Os .Sh NAME @@ -46,6 +46,17 @@ ISAKMP/Oakley and IKEv1 is provided by .Xr isakmpd 8 . .Pp +.Nm +supports mutual authentication using RSA public keys and X.509 certificates. +See the +.Sx FILES +section below and +.Sx PKI AND CERTIFICATE AUTHORITY COMMANDS +in +.Xr ikectl 8 +for more information about creating and maintaining the public key +infrastructure. +.Pp The options are as follows: .Bl -tag -width Ds .It Fl D Ar macro Ns = Ns Ar value |