From 190ab9ae51fc14eb7e5a6eab7277ac28c9a29aa3 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Sat, 14 Mar 2015 12:59:07 +0100 Subject: [PATCH 1/2] Fixed typos. --- docs/paranoid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/paranoid.md b/docs/paranoid.md index e936f85..f4c5ccb 100644 --- a/docs/paranoid.md +++ b/docs/paranoid.md @@ -1,6 +1,6 @@ # Advanced security -As mentioned in the [backup section](/docs/backup.md), there are good reasons to not generate the CA and/or leave it a server. This document describes how you can generate the CA and all your certificates on a secure machine and then copy only the needed files (which never includes the CA root key obviously ;) ) to the server(s) and clients. +As mentioned in the [backup section](/docs/backup.md), there are good reasons to not generate the CA and/or leave it on the server. This document describes how you can generate the CA and all your certificates on a secure machine and then copy only the needed files (which never includes the CA root key obviously ;) ) to the server(s) and clients. Execute the following commands. Note that you might want to change the volume `/tmp/openvpn` to persistent storage or use a data docker container for this. @@ -8,4 +8,4 @@ Execute the following commands. Note that you might want to change the volume `/ docker run --rm -t -i -v /tmp/openvpn:/etc/openvpn kylemanna/openvpn ovpn_initpki docker run --rm -t -i -v /tmp/openvpn:/etc/openvpn kylemanna/openvpn ovpn_copy_server_files -The `ovpn_copy_server_files` script puts all the needed configuration in a subdirectory which defaults to `$OPENVPN/server`. All you need to do now is to copy this directory to the server and you are good to go. +The `[ovpn_copy_server_files](/bin/ovpn_copy_server_files)` script puts all the needed configuration in a subdirectory which defaults to `$OPENVPN/server`. All you need to do now is to copy this directory to the server and you are good to go. From 06c005a449a6e38b7ca9c9710b1adb438cd74b4d Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Sat, 14 Mar 2015 13:00:11 +0100 Subject: [PATCH 2/2] Fixed up Markdown. --- docs/paranoid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/paranoid.md b/docs/paranoid.md index f4c5ccb..10a6312 100644 --- a/docs/paranoid.md +++ b/docs/paranoid.md @@ -8,4 +8,4 @@ Execute the following commands. Note that you might want to change the volume `/ docker run --rm -t -i -v /tmp/openvpn:/etc/openvpn kylemanna/openvpn ovpn_initpki docker run --rm -t -i -v /tmp/openvpn:/etc/openvpn kylemanna/openvpn ovpn_copy_server_files -The `[ovpn_copy_server_files](/bin/ovpn_copy_server_files)` script puts all the needed configuration in a subdirectory which defaults to `$OPENVPN/server`. All you need to do now is to copy this directory to the server and you are good to go. +The [`ovpn_copy_server_files`](/bin/ovpn_copy_server_files) script puts all the needed configuration in a subdirectory which defaults to `$OPENVPN/server`. All you need to do now is to copy this directory to the server and you are good to go.