Fixed up Markdown.

This commit is contained in:
Robin Schneider 2015-03-14 13:00:11 +01:00
parent 190ab9ae51
commit 06c005a449
No known key found for this signature in database
GPG Key ID: 489A4D5EC353C98A

View File

@ -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.