-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability to generate Tls certificate with QED command tool #138
Conversation
I would love the commands be like:
|
Renaming done and you can also check my proposal for CSR generation in 206e871 |
9dab529
to
91d86f6
Compare
Also generate new tlscerts command.
Add new param for doReq in e2e. Allow Tls cert generation for DNSNames. New hostname parram to allow generate certs for custom names.
Instead use the new "generate tlscers" command.
Check if host flag contain URL Schema or port
This enable the user to sign server certificates with it's own or external CA.
Add the ability to generate Tls certificate with QED command tool Former-commit-id: f0aadc1
Add the ability to generate Tls certificate with QED command tool Former-commit-id: f0aadc1
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.