home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Freeware / Comunicatii / openvpn / openvpn-2.0_rc18-gui-1.0-rc5-install.exe / easy-rsa / vars.bat.sample < prev   
Text File  |  2005-01-29  |  890b  |  36 lines

  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.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=FortFunston
  35. set KEY_EMAIL=mail@host.domain
  36.