diff options
author | Sebastian Arcus <s.arcus@open-t.co.uk> | 2016-11-09 17:39:20 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | 5adebd16cdf05cc6471f498d4aaac0600655c51c (patch) | |
tree | b87dbac9a26a8ed950aa8047d4b3bf6f2cb67bc8 /network/easyrsa/README | |
parent | 9beffd8789e903b05d576cc2e7f76ed08f7497be (diff) |
network/easyrsa: Added (CLI utility for managing a PKI CA).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/easyrsa/README')
-rw-r--r-- | network/easyrsa/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/easyrsa/README b/network/easyrsa/README new file mode 100644 index 0000000000000..46b44b5543220 --- /dev/null +++ b/network/easyrsa/README @@ -0,0 +1,8 @@ +EasyRSA is a CLI utility to build and manage a PKI CA. Initially part of the +OpenVPN project (www.openvpn.net), now maintained by the community. + +The EasyRSA package and scripts are installed under /usr/share/easyrsa. They +can be copied anywhere else convenient when they are to be used. + +Further instructions for version 3 usage at: +https://community.openvpn.net/openvpn/wiki/EasyRSA3-OpenVPN-Howto |