Advertisement
Guest User

openvpn/README

a guest
Jan 25th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. OpenVPN -- A Secure tunneling daemon
  2.  
  3. Copyright (C) 2002-2010 OpenVPN Technologies, Inc. This program is free software;
  4. you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License version 2
  6. as published by the Free Software Foundation.
  7.  
  8. *************************************************************************
  9.  
  10. For the latest version of OpenVPN, go to:
  11.  
  12. http://openvpn.net/
  13.  
  14. To Build and Install,
  15.  
  16. ./configure
  17. make
  18. make install
  19.  
  20. or see the file INSTALL for more info.
  21.  
  22. *************************************************************************
  23.  
  24. For detailed information on OpenVPN, including examples, see the man page
  25. http://openvpn.net/man.html
  26.  
  27. For a sample VPN configuration, see
  28. http://openvpn.net/howto.html
  29.  
  30. For a description of OpenVPN's underlying protocol,
  31. see the file ssl.h included in the source distribution.
  32.  
  33. *************************************************************************
  34.  
  35. Other Files & Directories:
  36.  
  37. * INSTALL-win32.txt -- installation instructions
  38. for Windows
  39.  
  40. * configure.ac -- script to rebuild our configure
  41. script and makefile.
  42.  
  43. * sample/sample-scripts/verify-cn
  44.  
  45. A sample perl script which can be used with OpenVPN's
  46. --tls-verify option to provide a customized authentication
  47. test on embedded X509 certificate fields.
  48.  
  49. * sample/sample-keys/
  50.  
  51. Sample RSA keys and certificates. DON'T USE THESE FILES
  52. FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE.
  53.  
  54. * sample/sample-config-files/
  55.  
  56. A collection of OpenVPN config files and scripts from
  57. the HOWTO at http://openvpn.net/howto.html
  58.  
  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
  71.  
  72. See the INSTALL file for usage information.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement