BBVA / qed

The scalable, auditable and high-performance tamper-evident log project
https://qed.readthedocs.io/
Apache License 2.0
94 stars 19 forks source link

Add the ability to generate Tls certificate with QED command tool #138

Closed suizman closed 5 years ago

suizman commented 5 years ago

Improve our generate command in QED command tool and enable it to generate self-signed Tls certificate. This feature allow us to remove openssl (external|sys tools) dependency in our test scripts.

gdiazlo commented 5 years ago

I would love the commands be like:

qed generate self-signed-cert -> this is the command as it is now qed generate csr -> generates a csr to be signed by an external CA

suizman commented 5 years ago

I would love the commands be like:

qed generate self-signed-cert -> this is the command as it is now qed generate csr -> generates a csr to be signed by an external CA

Renaming done and you can also check my proposal for CSR generation in https://github.com/BBVA/qed/pull/138/commits/206e8711900c0b5b5b5e4dbac2763a53afbd50d7