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

Add a command to extract keys from certificates and CSRs #68

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

Add a command to extract keys from certificates and CSRs #68

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

Comments

@maraino
Copy link
Collaborator

maraino commented Jan 24, 2019

Description

Add a command to extract the public keys from certificate and certificate signing requests.

Related to #67

@dopey
Copy link
Contributor

dopey commented Feb 6, 2019

Added the key subcommand under step certificate for extracting public keys from certificates.

bin/step certificate key foo.crt
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEm/qCb5HP4TZ2B5bS6twBOMkqOCMQ
ZsrADFyr/QXaWnItnsXFiFzEExTTdF11MhBVFztE5hVLp33JBNFgmQxoRw==
-----END PUBLIC KEY-----

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