README.md in ovpn-key-0.7.7 vs README.md in ovpn-key-0.8

- old
+ new

@@ -1,10 +1,10 @@ ## ovpn-key: key management for OpenVPN [![Gem Version](https://badge.fury.io/rb/ovpn-key.svg)](http://badge.fury.io/rb/ovpn-key) This utility is designed as [easy-rsa](https://github.com/OpenVPN/easy-rsa) replacement suitable for one exact use case. -It's basically a wrapper around `openssl` to: +It's basically a wrapper around OpenSSL API to: * create a self-signed CA * create client and server certificates and pack them to ZIP files along with the OpenVPN config * revoke the certificates * create a DH keyfile @@ -26,10 +26,10 @@ 2. Run `gem install ovpn-key` ### Usage 1. `ovpn-key --init` -2. edit `ovpn-key.yml` and `openssl.ini` +2. edit `ovpn-key.yml` 3. `ovpn-key --ca --dh` 4. `ovpn-key --server --nopass` 5. `ovpn-key --client somebody [--nopass]` 6. `ovpn-key --revoke somebody` 7. `ovpn-key --static` (generates `ta.key`)