The Wayback Machine - https://web.archive.org/web/20220119205750/https://github.com/smallstep/cli/issues/611
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 optional SHA1 fingerprint output for certificates #611

Open
Delapouite opened this issue Jan 19, 2022 · 1 comment
Open

Add optional SHA1 fingerprint output for certificates #611

Delapouite opened this issue Jan 19, 2022 · 1 comment

Comments

@Delapouite
Copy link

@Delapouite Delapouite commented Jan 19, 2022

Hello

What would you like to be added

Currently the step-cli certificate fingerprint foo.pem command only outputs the fingerprint as a SHA256 hash. It would be convenient to have an option to display a SHA1 fingerprint instead.

Why this is needed

Azure Iot Hub services display the fingerprints as SHA1 hashes on the Azure portal, so it's not easy to compare both types of fingerprints.

Thanks.

@dopey
Copy link
Contributor

@dopey dopey commented Jan 19, 2022

Note for self (step certificate format internal.crt | sha1sum 627780a72c976c84a0c0ddd973e3e4cabe318456 -)

@dopey dopey assigned dopey and unassigned dopey Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment