diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-04 20:03:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-04 20:04:47 +0200 |
commit | da39d814679349a3b7f1283133f6144465076e70 (patch) | |
tree | 0231aca3fb6c25dfbd7fdb7447b6303e303e318f /package/easy-rsa/patches/patch-easyrsa3_easyrsa | |
parent | 9035e00f719ecca72d675195cac5567addd88227 (diff) |
easy-rsa: update, but declare as broken. does not work with libressl openssl tool
Diffstat (limited to 'package/easy-rsa/patches/patch-easyrsa3_easyrsa')
-rw-r--r-- | package/easy-rsa/patches/patch-easyrsa3_easyrsa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/easy-rsa/patches/patch-easyrsa3_easyrsa b/package/easy-rsa/patches/patch-easyrsa3_easyrsa new file mode 100644 index 000000000..f828264e9 --- /dev/null +++ b/package/easy-rsa/patches/patch-easyrsa3_easyrsa @@ -0,0 +1,11 @@ +--- easy-rsa-3.0.3.orig/easyrsa3/easyrsa 2017-08-22 14:51:05.000000000 +0200 ++++ easy-rsa-3.0.3/easyrsa3/easyrsa 2017-08-28 20:00:34.033564692 +0200 +@@ -1043,7 +1043,7 @@ Note: using Easy-RSA configuration from: + # Set defaults, preferring existing env-vars if present + set_var EASYRSA "${0%/*}" + set_var EASYRSA_OPENSSL openssl +- set_var EASYRSA_PKI "$PWD/pki" ++ set_var EASYRSA_PKI "/etc/pki" + set_var EASYRSA_DN cn_only + set_var EASYRSA_REQ_COUNTRY "US" + set_var EASYRSA_REQ_PROVINCE "California" |