No description
Find a file
2026-07-12 11:06:37 +01:00
main.py Initial commit 2026-07-12 10:50:33 +01:00
README.md Fixed README 2026-07-12 11:06:37 +01:00
requirements.txt Initial commit 2026-07-12 10:50:33 +01:00

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>