Last updated:
0 purchases
certsGenerator 0.4.5.post2
certsGenerator
About the project
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
Usage
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)
Compatibility
Algorithms supported:
ECDSA
RSA
Ed25519
OpenSSH keys format are supported as of v0.4.4
Testing
Run test with pipenv run test
Contributing
Contributions are welcome. Feel free to participate!
First open a ticket issue
Push a PR eventually :)
Licence
This program is licenced under MIT.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.