diff options
author | Samuli Seppänen <samuli@openvpn.net> | 2011-06-29 11:24:07 +0300 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2011-07-01 10:31:26 +0200 |
commit | 4ec60a5839c73b3840ad9297e9d9d15893085eff (patch) | |
tree | 36a8e23d3abceb0e5300e6bd1f4364762dec443e /easy-rsa/2.0/vars | |
parent | Revert "Add new openssl.cnf to easy-rsa/Windows" (diff) | |
download | openvpn-4ec60a5839c73b3840ad9297e9d9d15893085eff.tar.xz |
Updated "easy-rsa" for OpenSSL 1.0.0
This patch fixes remaining issues with Trac ticket #125. It does the following:
- Update easy-rsa/2.0/README
- Rename easy-rsa/2.0/openssl.cnf as openssl-0.9.8.cnf
- Add easy-rsa/2.0/openssl-1.0.0.cnf
- Updated vars.bat.sample to use openssl-1.0.0.cnf
- Updated win/openvpn.nsi to use openssl-1.0.0.cnf
- Add a few undefined variables to vars and vars.bat.sample:
required by OpenSSL 1.0.0 (at least on Windows)
Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Tested-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'easy-rsa/2.0/vars')
-rwxr-xr-x | easy-rsa/2.0/vars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/easy-rsa/2.0/vars b/easy-rsa/2.0/vars index cded885..2ea1ced 100755 --- a/easy-rsa/2.0/vars +++ b/easy-rsa/2.0/vars @@ -66,3 +66,9 @@ export KEY_PROVINCE="CA" export KEY_CITY="SanFrancisco" export KEY_ORG="Fort-Funston" export KEY_EMAIL="me@myhost.mydomain" +export KEY_EMAIL=mail@host.domain +export KEY_CN=changeme +export KEY_NAME=changeme +export KEY_OU=changeme +export PKCS11_MODULE_PATH=changeme +export PKCS11_PIN=1234 |