This project:
- aims to generate certificates from a json configuration file automatically. Just set the configuration properly and execute the script.
- is built on top of https://github.com/pyca/cryptography
- install the package
pip install certsGenerator
- run the command, for example
certsGenerator --conf=certsData/conf.json"
(beware of relative file paths as the starting dir is from the one from which the program is executed)
Algorithms supported:
- ECDSA
- RSA
- Ed25519
OpenSSH keys format are supported as of v0.4.4
Run test with pipenv run test
Contributions are welcome. Feel free to participate!
- First open a ticket issue
- Push a PR eventually :)
This program is licenced under MIT.