From: Christopher Howard Date: Wed, 28 Feb 2018 17:29:32 +0000 (-0900) Subject: Adds L2 OpenVPN material about client files X-Git-Tag: v1.4.5~18^2~8^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3cc60cbd8c31db4b631fd0aa0bb0d41cb48f33a8;p=librecmc%2Flibrecmc.git Adds L2 OpenVPN material about client files --- 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