data generator for testing signer code
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jan Dittberner 6fe25998db Update dependencies 2 months ago
.gitignore Implement creator for email certificate signing request 3 months ago
README.md Implement creator for email certificate signing request 3 months ago
main.py Add support for organization client certificate requests 3 months ago
poetry.lock Update dependencies 2 months ago
pyproject.toml Update dependencies 2 months ago

README.md

Test data generator for CAcert signer

This project contains a small test data generator to drive the CAcert signer client.

Configuration

The generator is configured using an ini style configuration file

[db]
dsn = mysql+pymysql://user:pass@database_host:port/dbname?charset=latin1

[files]
csr_dir = ../csr
crt_dir = ../crt

Running the generator

poetry run python3 main.py