README 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. OpenVPN -- A Secure tunneling daemon
  2. Copyright (C) 2002-2018 OpenVPN Inc. This program is free software;
  3. you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License version 2
  5. as published by the Free Software Foundation.
  6. *************************************************************************
  7. To get the latest release of OpenVPN, go to:
  8. https://openvpn.net/index.php/download/community-downloads.html
  9. To Build and Install,
  10. tar -zxf openvpn-<version>.tar.gz
  11. cd openvpn-<version>
  12. ./configure
  13. make
  14. make install
  15. or see the file INSTALL for more info.
  16. *************************************************************************
  17. For detailed information on OpenVPN, including examples, see the man page
  18. http://openvpn.net/man.html
  19. For a sample VPN configuration, see
  20. http://openvpn.net/howto.html
  21. To report an issue, see
  22. https://community.openvpn.net/openvpn/report
  23. For a description of OpenVPN's underlying protocol,
  24. see the file ssl.h included in the source distribution.
  25. *************************************************************************
  26. Other Files & Directories:
  27. * configure.ac -- script to rebuild our configure
  28. script and makefile.
  29. * sample/sample-scripts/verify-cn
  30. A sample perl script which can be used with OpenVPN's
  31. --tls-verify option to provide a customized authentication
  32. test on embedded X509 certificate fields.
  33. * sample/sample-keys/
  34. Sample RSA keys and certificates. DON'T USE THESE FILES
  35. FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE.
  36. * sample/sample-config-files/
  37. A collection of OpenVPN config files and scripts from
  38. the HOWTO at http://openvpn.net/howto.html
  39. *************************************************************************
  40. Note that easy-rsa and tap-windows are now maintained in their own subprojects.
  41. Their source code is available here:
  42. https://github.com/OpenVPN/easy-rsa
  43. https://github.com/OpenVPN/tap-windows
  44. The old cross-compilation environment (domake-win) and the Python-based
  45. buildsystem have been replaced with openvpn-build:
  46. https://github.com/OpenVPN/openvpn-build
  47. See the INSTALL file for usage information.