From 3cc60cbd8c31db4b631fd0aa0bb0d41cb48f33a8 Mon Sep 17 00:00:00 2001 From: Christopher Howard Date: Wed, 28 Feb 2018 08:29:32 -0900 Subject: [PATCH] Adds L2 OpenVPN material about client files --- docs/Layer_2_OpenVPN.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/Layer_2_OpenVPN.md b/docs/Layer_2_OpenVPN.md index 205ad18255..dbc9b49311 100644 --- a/docs/Layer_2_OpenVPN.md +++ b/docs/Layer_2_OpenVPN.md @@ -63,9 +63,14 @@ mv ca.crt l2server.crt l2server.key dh2018.pem /etc/openvpn/keys N.B.: Using easy-rsa is a straightforward approach, but it may be possible to produce more secure certificates using openssl directly. -### Generating the Client Key +### Generating a Client Key -TODO +``` +build-key l2client +``` + +You can use a different name, but then you have to be consistent in +adjusting the client config. ### Server configuration @@ -117,7 +122,8 @@ TODO ### Certificate and key storage -TODO +Client will the need `ca.crt`, `l2client.crt`, `l2client.key', and +`ta.key` you generated earlier, stored in the /etc/openvpn directory. ### Client configuration -- 2.25.1