blob: 78520dffe9950927b1de5e763776e52f22bf3aa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
===========================================================================
$NetBSD: MESSAGE,v 1.1 2005/08/17 19:55:57 jlam Exp $
The openvpn rc.d script looks for configuration files in:
${PKG_SYSCONFDIR}
and by default will start an openvpn process for each config file in
that directory.
The sample configuration files have been installed into:
${PREFIX}/share/examples/openvpn/config
Please refer to the openvpn(8) manpage for full documentation on the
available options.
There is also a package for ``easy'' RSA key management installed into:
${PREFIX}/share/openvpn/easy-rsa
that may optionally be used to set up a certificate authority for
generating SSL certificates for use with OpenVPN. Please refer to the
README file in that directory for specific instructions.
===========================================================================
|