Skip to content

v2.1

Compare
Choose a tag to compare
@TinCanTech TinCanTech released this 23 May 14:01
· 947 commits to master since this release
v2.1
234ced9

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.