Skip to content
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

Allow to use certificates as key parameters #69

Closed
maraino opened this issue Jan 24, 2019 · 1 comment
Closed

Allow to use certificates as key parameters #69

maraino opened this issue Jan 24, 2019 · 1 comment
Assignees

Comments

@maraino
Copy link
Collaborator

maraino commented Jan 24, 2019

Description

Some commands like step crypto jwt verify should accept certificates as --key parameters, we can easily extract a public key from it and verify the JWT.

Related to #67

@dopey
Copy link
Contributor

dopey commented Feb 6, 2019

Added the ability to use X509 Certificates in place of public keys on the command line (where public keys are required). A common use case for this flexibility can be found in the step crypto subcommands where you may need to provide a public key to verify a signature but the public key is stored as an X509 Certificate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants