0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

Updated README

Added links to easy-rsa, tap-windows and openvpn-build and fixes some paths

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: 1359101540-976-4-git-send-email-samuli@openvpn.net
URL: http://article.gmane.org/gmane.network.openvpn.devel/7296
Signed-off-by: Gert Doering <gert@greenie.muc.de>
This commit is contained in:
Samuli Seppänen 2013-01-25 10:12:19 +02:00 committed by Gert Doering
parent 168780d0df
commit 7e0d16a9d6

35
README
View File

@ -40,36 +40,33 @@ Other Files & Directories:
* configure.ac -- script to rebuild our configure * configure.ac -- script to rebuild our configure
script and makefile. script and makefile.
* openvpn.spec -- RPM Spec file * sample/sample-scripts/verify-cn
To build an OpenVPN binary RPM, use the command:
rpmbuild -tb [tarball]
When you install the binary RPM, it will automatically
install sample-scripts/openvpn.init (see below)
* sample-scripts/openvpn.init
A sample init script for OpenVPN. See the file for
comments and additional information.
* sample-scripts/verify-cn
A sample perl script which can be used with OpenVPN's A sample perl script which can be used with OpenVPN's
--tls-verify option to provide a customized authentication --tls-verify option to provide a customized authentication
test on embedded X509 certificate fields. test on embedded X509 certificate fields.
* sample-keys/ * sample/sample-keys/
Sample RSA keys and certificates. DON'T USE THESE FILES Sample RSA keys and certificates. DON'T USE THESE FILES
FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE. FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE.
* sample-config-files/ * sample/sample-config-files/
A collection of OpenVPN config files and scripts from A collection of OpenVPN config files and scripts from
the HOWTO at http://openvpn.net/howto.html the HOWTO at http://openvpn.net/howto.html
* easy-rsa/ *************************************************************************
A simple guide to RSA key management, scripts included. Note that easy-rsa and tap-windows are now maintained in their own subprojects.
Also see http://openvpn.net/easyrsa.html Their source code is available here:
https://github.com/OpenVPN/easy-rsa
https://github.com/OpenVPN/tap-windows
The old cross-compilation environment (domake-win) and the Python-based
buildsystem have been replaced with openvpn-build:
https://github.com/OpenVPN/openvpn-build
See the INSTALL file for usage information.