A Python SDK for Easy-RSA. Development is in progress.
Requires easyrsa on the PATH.
Install Easy-RSA:
macOS:
brew install easy-rsaUbuntu:
sudo apt-get update
sudo apt-get install -y easy-rsa
export PATH=$PATH:/usr/share/easy-rsaRun tests:
make install-dev
make test