Adds L2 OpenVPN material about client files 43/head
authorChristopher Howard <christopher.howard@qlfiles.net>
Wed, 28 Feb 2018 17:29:32 +0000 (08:29 -0900)
committerChristopher Howard <christopher.howard@qlfiles.net>
Wed, 28 Feb 2018 17:29:32 +0000 (08:29 -0900)
docs/Layer_2_OpenVPN.md

index 205ad1825540ec16b19817f4cc896ea6ec140783..dbc9b49311337f343723d429c9e0abf17e13586b 100644 (file)
@@ -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