diff options
author | 2005-04-14 20:09:33 +0000 | |
---|---|---|
committer | 2005-04-14 20:09:33 +0000 | |
commit | 5459d3574522fa0c403c1ab3e7eba5eadbe44c0c (patch) | |
tree | 2303f12fb70ad9b465fc6decfe71e1b2639ab6d7 | |
parent | Some format string cleanup. OK deraadt (diff) | |
download | wireguard-openbsd-5459d3574522fa0c403c1ab3e7eba5eadbe44c0c.tar.xz wireguard-openbsd-5459d3574522fa0c403c1ab3e7eba5eadbe44c0c.zip |
detail missing step in summary;
-rw-r--r-- | share/man/man8/vpn.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index ab51cdf728f..9f6d154bfa8 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.89 2005/04/14 12:32:23 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.90 2005/04/14 20:09:33 jmc Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -53,6 +53,8 @@ Briefly, creating a VPN consists of the following steps: .It Choose a key exchange method: manual or automated. .It +For manual keying, generate the keys. +.It For manual keying, create the Security Associations (SA), one for each endpoint. .It |