Browse code

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>
(cherry picked from commit 7e0d16a9d6b9a972e5449d9d588545fdbd4ec46c)

Samuli Seppänen authored on 2013/01/25 17:12:19
Showing 1 changed files
... ...
@@ -40,36 +40,33 @@ Other Files & Directories:
40 40
 * configure.ac -- script to rebuild our configure
41 41
   script and makefile.
42 42
 
43
-* openvpn.spec -- RPM Spec file
44
-  To build an OpenVPN binary RPM, use the command:
45
-
46
-	rpmbuild -tb [tarball]
47
-
48
-  When you install the binary RPM, it will automatically
49
-  install sample-scripts/openvpn.init (see below)
50
-
51
-* sample-scripts/openvpn.init
52
-
53
-  A sample init script for OpenVPN.  See the file for
54
-  comments and additional information.
55
-
56
-* sample-scripts/verify-cn
43
+* sample/sample-scripts/verify-cn
57 44
 
58 45
   A sample perl script which can be used with OpenVPN's
59 46
   --tls-verify option to provide a customized authentication
60 47
   test on embedded X509 certificate fields.
61 48
 
62
-* sample-keys/
49
+* sample/sample-keys/
63 50
 
64 51
   Sample RSA keys and certificates.  DON'T USE THESE FILES
65 52
   FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE.
66 53
 
67
-* sample-config-files/
54
+* sample/sample-config-files/
68 55
 
69 56
   A collection of OpenVPN config files and scripts from
70 57
   the HOWTO at http://openvpn.net/howto.html
71 58
 
72
-* easy-rsa/
59
+*************************************************************************
60
+
61
+Note that easy-rsa and tap-windows are now maintained in their own subprojects.
62
+Their source code is available here:
63
+
64
+  https://github.com/OpenVPN/easy-rsa
65
+  https://github.com/OpenVPN/tap-windows
66
+
67
+The old cross-compilation environment (domake-win) and the Python-based
68
+buildsystem have been replaced with openvpn-build:
69
+
70
+  https://github.com/OpenVPN/openvpn-build
73 71
 
74
-  A simple guide to RSA key management, scripts included.
75
-  Also see http://openvpn.net/easyrsa.html
72
+See the INSTALL file for usage information.