~ubuntu-branches/ubuntu/karmic/openvpn/karmic

1 by Alberto Gonzalez Iniesta
Import upstream version 1.6.0
1
OpenVPN -- A Secure tunneling daemon
2
1.1.9 by Alberto Gonzalez Iniesta
Import upstream version 2.1~rc8
3
Copyright (C) 2002-2008 OpenVPN Solutions LLC. This program is free software;
1 by Alberto Gonzalez Iniesta
Import upstream version 1.6.0
4
you can redistribute it and/or modify
1.1.2 by Alberto Gonzalez Iniesta
Import upstream version 2.0.2
5
it under the terms of the GNU General Public License version 2
6
as published by the Free Software Foundation.
1 by Alberto Gonzalez Iniesta
Import upstream version 1.6.0
7
8
*************************************************************************
9
10
For the latest version of OpenVPN, go to:
11
1.1.2 by Alberto Gonzalez Iniesta
Import upstream version 2.0.2
12
	http://openvpn.net/
1 by Alberto Gonzalez Iniesta
Import upstream version 1.6.0
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
1.1.2 by Alberto Gonzalez Iniesta
Import upstream version 2.0.2
25
  http://openvpn.net/man.html
1 by Alberto Gonzalez Iniesta
Import upstream version 1.6.0
26
27
For a sample VPN configuration, see
1.1.2 by Alberto Gonzalez Iniesta
Import upstream version 2.0.2
28
  http://openvpn.net/howto.html
1 by Alberto Gonzalez Iniesta
Import upstream version 1.6.0
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
* 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
57
58
  A sample perl script which can be used with OpenVPN's
59
  --tls-verify option to provide a customized authentication
60
  test on embedded X509 certificate fields.
61
62
* sample-keys/
63
64
  Sample RSA keys and certificates.  DON'T USE THESE FILES
65
  FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE.
66
67
* sample-config-files/
68
69
  A collection of OpenVPN config files and scripts from
1.1.2 by Alberto Gonzalez Iniesta
Import upstream version 2.0.2
70
  the HOWTO at http://openvpn.net/howto.html
1 by Alberto Gonzalez Iniesta
Import upstream version 1.6.0
71
72
* easy-rsa/
73
74
  A simple guide to RSA key management, scripts included.
1.1.2 by Alberto Gonzalez Iniesta
Import upstream version 2.0.2
75
  Also see http://openvpn.net/easyrsa.html