v2.1
Introduce No CA Mode.
No CA Mode allows Easy-TLS to function without the need for a CA and full PKI.
This means it can be used to build TLS-Crypt-V2 keys for self-signed certificates.
Usage:
./easyrsa
init-pki
./easytls init
no-ca
./easytls
self-sign-server
or self-sign-client
to create self-signed certificates.
These can then be used by OpenVPN using Peer-Fingerprint mode.