diff options
Diffstat (limited to 'package/easy-rsa/Config.in')
-rw-r--r-- | package/easy-rsa/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/easy-rsa/Config.in b/package/easy-rsa/Config.in new file mode 100644 index 0000000000..883d679e98 --- /dev/null +++ b/package/easy-rsa/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_EASY_RSA + bool "easy-rsa" + select BR2_PACKAGE_OPENSSL # runtime + select BR2_PACKAGE_OPENSSL_BIN + help + Simple shell based CA utility + + This package eases the creation of certificates, for example + for openvpn clients. + + This was formerly part of the openvpn package. + + easy-rsa is a wrapper script around OpenSSL binaries. + + https://github.com/OpenVPN/easy-rsa |