svn cleanup
[anytun.git] / openvpn / easy-rsa / Windows / vars.bat.sample
blob8ab65e1f67e2eb57ebe4ede25d9199231fd7f0dd
1 @echo off
2 rem Edit this variable to point to
3 rem the openssl.cnf file included
4 rem with easy-rsa.
6 set HOME=%ProgramFiles%\OpenVPN\easy-rsa
7 set KEY_CONFIG=openssl.cnf
9 rem Edit this variable to point to
10 rem your soon-to-be-created key
11 rem directory.
12 rem
13 rem WARNING: clean-all will do
14 rem a rm -rf on this directory
15 rem so make sure you define
16 rem it correctly!
17 set KEY_DIR=keys
19 rem Increase this to 2048 if you
20 rem are paranoid.  This will slow
21 rem down TLS negotiation performance
22 rem as well as the one-time DH parms
23 rem generation process.
24 set KEY_SIZE=1024
26 rem These are the default values for fields
27 rem which will be placed in the certificate.
28 rem Change these to reflect your site.
29 rem Don't leave any of these parms blank.
31 set KEY_COUNTRY=US
32 set KEY_PROVINCE=CA
33 set KEY_CITY=SanFrancisco
34 set KEY_ORG=FortFunston
35 set KEY_EMAIL=mail@host.domain