~ubuntu-branches/ubuntu/saucy/openvpn/saucy-proposed

« back to all changes in this revision

Viewing changes to easy-rsa/Windows/vars.bat.sample

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-05-24 17:42:45 UTC
  • mfrom: (1.1.19) (10.2.22 sid)
  • Revision ID: package-import@ubuntu.com-20130524174245-g9y6wlforycufqy5
Tags: 2.3.1-2ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/openvpn.init.d:
    + Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    + Show per-VPN result messages.
    + Add "--script-security 2" by default for backwards compatabliity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@echo off
2
 
rem Edit this variable to point to
3
 
rem the openssl.cnf file included
4
 
rem with easy-rsa.
5
 
 
6
 
set HOME=%ProgramFiles%\OpenVPN\easy-rsa
7
 
set KEY_CONFIG=openssl-1.0.0.cnf
8
 
 
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
18
 
 
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
25
 
 
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.
30
 
 
31
 
set KEY_COUNTRY=US
32
 
set KEY_PROVINCE=CA
33
 
set KEY_CITY=SanFrancisco
34
 
set KEY_ORG=OpenVPN
35
 
set KEY_EMAIL=mail@host.domain
36
 
set KEY_CN=changeme
37
 
set KEY_NAME=changeme
38
 
set KEY_OU=changeme
39
 
set PKCS11_MODULE_PATH=changeme
40
 
set PKCS11_PIN=1234