diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:38:42 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-04-12 11:38:42 +0000 |
commit | fffd213c8cba2135afda493d797c41c10354770e (patch) | |
tree | bb5eea1b12871d8c3fed0e687d83be3e504d11b2 /openvpn/easy-rsa/Windows/vars.bat.sample | |
parent | svn cleanup (diff) |
big svn cleanup
Diffstat (limited to 'openvpn/easy-rsa/Windows/vars.bat.sample')
-rw-r--r-- | openvpn/easy-rsa/Windows/vars.bat.sample | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/openvpn/easy-rsa/Windows/vars.bat.sample b/openvpn/easy-rsa/Windows/vars.bat.sample deleted file mode 100644 index 8ab65e1..0000000 --- a/openvpn/easy-rsa/Windows/vars.bat.sample +++ /dev/null @@ -1,35 +0,0 @@ -@echo off -rem Edit this variable to point to -rem the openssl.cnf file included -rem with easy-rsa. - -set HOME=%ProgramFiles%\OpenVPN\easy-rsa -set KEY_CONFIG=openssl.cnf - -rem Edit this variable to point to -rem your soon-to-be-created key -rem directory. -rem -rem WARNING: clean-all will do -rem a rm -rf on this directory -rem so make sure you define -rem it correctly! -set KEY_DIR=keys - -rem Increase this to 2048 if you -rem are paranoid. This will slow -rem down TLS negotiation performance -rem as well as the one-time DH parms -rem generation process. -set KEY_SIZE=1024 - -rem These are the default values for fields -rem which will be placed in the certificate. -rem Change these to reflect your site. -rem Don't leave any of these parms blank. - -set KEY_COUNTRY=US -set KEY_PROVINCE=CA -set KEY_CITY=SanFrancisco -set KEY_ORG=FortFunston -set KEY_EMAIL=mail@host.domain |