No description
- Python 100%
| main.py | ||
| README.md | ||
| requirements.txt | ||
ZMQ-Key-Management
Utility for generating ZeroMQ CA and client certificates for CurveZMQ authentication.
Prerequisites
Python 3.x
pyzmq
Setup
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Certificate Generation
Use main.py to generate the required certificates.
Generate CA Certificates
python main.py ca
Generate Client Certificates
Replace with your desired client identifier.
python main.py client --name <hostname>