e9cb7c49f2
This is a shell script to aid with creating a Certificate Authority and certificates for use with an OpenVPN server. See http://openvpn.net/howto.html for usage instructions along with the documentation provided in this package.
3 lines
219 B
Text
3 lines
219 B
Text
easy-rsa is a CLI utility to build and manage a PKI CA. In laymen's terms,
|
|
this means to create a root certificate authority, and request and sign
|
|
certificates, including sub-CAs and certificate revokation lists (CRL).
|