data generator for testing signer code
.gitignore | ||
main.py | ||
poetry.lock | ||
pyproject.toml | ||
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