openvpn-easy-rsa: update to 3.0.1
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Wed, 1 Mar 2017 04:42:55 +0000 (01:42 -0300)
committerJo-Philipp Wich <jo@mein.io>
Tue, 30 May 2017 22:28:26 +0000 (00:28 +0200)
commitb4f463d969cc56fb2522d8dc5eb97d8134777254
treec1e3296054f91cd71bc94f217272046034a822b4
parent09c2f4a1763dace5cc8c8da8a611df8cc56fa2d0
openvpn-easy-rsa: update to 3.0.1

easy-rsa v3 is now a single script. It expects a 'vars'
configuration file which path can be set using easy-rsa
options, environment variables or just looking in the
current directory.

The default usage would be:

 # cd /etc/easy-rsa
 # easy-rsa COMMAND [command-options]

Following upstream changes, /etc/easy-rsa/pki replaces
/etc/easy-rsa/keys directory.

The default /etc/easy-rsa/pki dir is marked to be kept during
upgrade (WARN: priv keys are saved in the system backup)
/etc/easy-rsa/openssl.1.0.cnf is now marked as config file while
index and serial got removed.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
package/network/services/openvpn-easy-rsa/Makefile
package/network/services/openvpn-easy-rsa/files/easy-rsa.index [deleted file]
package/network/services/openvpn-easy-rsa/files/easy-rsa.serial [deleted file]
package/network/services/openvpn-easy-rsa/files/openvpn-easy-rsa.upgrade [new file with mode: 0644]
package/network/services/openvpn-easy-rsa/patches/100-run-ootb.patch [deleted file]