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.

410 B

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