]> git.ipfire.org Git - thirdparty/openvpn.git/blame - README
Use mingw compile definition also to unit tests
[thirdparty/openvpn.git] / README
CommitLineData
6fbf66fa
JY
1OpenVPN -- A Secure tunneling daemon
2
c291c95f 3Copyright (C) 2002-2022 OpenVPN Inc. This program is free software;
6fbf66fa
JY
4you can redistribute it and/or modify
5it under the terms of the GNU General Public License version 2
6as published by the Free Software Foundation.
7
8*************************************************************************
9
fdc24f1e 10To get the latest release of OpenVPN, go to:
6fbf66fa 11
c291c95f 12 https://openvpn.net/community-downloads/
6fbf66fa
JY
13
14To Build and Install,
15
fdc24f1e
SS
16 tar -zxf openvpn-<version>.tar.gz
17 cd openvpn-<version>
6fbf66fa
JY
18 ./configure
19 make
20 make install
21
22or see the file INSTALL for more info.
23
53055fd2
FL
24For information on how to build OpenVPN on/for Windows with MinGW
25or MSVC see README.cmake.md.
26
6fbf66fa
JY
27*************************************************************************
28
29For detailed information on OpenVPN, including examples, see the man page
30 http://openvpn.net/man.html
31
32For a sample VPN configuration, see
33 http://openvpn.net/howto.html
34
ac2309b8 35To report an issue, see
48490cd1
FL
36 https://github.com/OpenVPN/openvpn/issues/new
37 (Note: We recently switched to GitHub for reporting new issues,
38 old issues can be found at:
39 https://community.openvpn.net/openvpn/report)
ac2309b8 40
6fbf66fa
JY
41For a description of OpenVPN's underlying protocol,
42 see the file ssl.h included in the source distribution.
43
44*************************************************************************
45
46Other Files & Directories:
47
6fbf66fa
JY
48* configure.ac -- script to rebuild our configure
49 script and makefile.
50
7e0d16a9 51* sample/sample-scripts/verify-cn
6fbf66fa
JY
52
53 A sample perl script which can be used with OpenVPN's
54 --tls-verify option to provide a customized authentication
55 test on embedded X509 certificate fields.
56
7e0d16a9 57* sample/sample-keys/
6fbf66fa
JY
58
59 Sample RSA keys and certificates. DON'T USE THESE FILES
60 FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE.
61
7e0d16a9 62* sample/sample-config-files/
6fbf66fa
JY
63
64 A collection of OpenVPN config files and scripts from
65 the HOWTO at http://openvpn.net/howto.html
66
7e0d16a9
SS
67*************************************************************************
68
69Note that easy-rsa and tap-windows are now maintained in their own subprojects.
70Their source code is available here:
71
72 https://github.com/OpenVPN/easy-rsa
c291c95f 73 https://github.com/OpenVPN/tap-windows6
7e0d16a9 74
53055fd2 75Community-provided Windows installers (MSI) and Debian packages are built from
7e0d16a9
SS
76
77 https://github.com/OpenVPN/openvpn-build
6fbf66fa 78
7e0d16a9 79See the INSTALL file for usage information.