patch-easy-rsa_2_0_vars 992 B

1234567891011121314151617181920212223242526272829303132
  1. --- openvpn-2.2.1.orig/easy-rsa/2.0/vars 2011-07-01 10:31:26.000000000 +0200
  2. +++ openvpn-2.2.1/easy-rsa/2.0/vars 2011-12-02 19:44:31.000000000 +0100
  3. @@ -12,7 +12,7 @@
  4. # This variable should point to
  5. # the top level of the easy-rsa
  6. # tree.
  7. -export EASY_RSA="`pwd`"
  8. +export EASY_RSA="/etc/easy-rsa"
  9. #
  10. # This variable should point to
  11. @@ -26,7 +26,7 @@ export GREP="grep"
  12. # This variable should point to
  13. # the openssl.cnf file included
  14. # with easy-rsa.
  15. -export KEY_CONFIG=`$EASY_RSA/whichopensslcnf $EASY_RSA`
  16. +export KEY_CONFIG=/etc/easy-rsa/openssl.cnf
  17. # Edit this variable to point to
  18. # your soon-to-be-created key
  19. @@ -66,9 +66,7 @@ export KEY_PROVINCE="CA"
  20. export KEY_CITY="SanFrancisco"
  21. export KEY_ORG="Fort-Funston"
  22. export KEY_EMAIL="me@myhost.mydomain"
  23. -export KEY_EMAIL=mail@host.domain
  24. -export KEY_CN=changeme
  25. -export KEY_NAME=changeme
  26. -export KEY_OU=changeme
  27. +export KEY_NAME=VPN
  28. +export KEY_OU="IT Security"
  29. export PKCS11_MODULE_PATH=changeme
  30. export PKCS11_PIN=1234