Replies: 1 comment
-
Hi @svend, there are different options to do that, the one that would be closer to what you show is to print the fingerprint of the public key: ➜ step crypto key fingerprint cert.crt
SHA256:Voe/KK+Cr6aPW6z6NuQUncybIpZXSDuSKi6KQlWS5Og=
➜ step crypto key fingerprint cert.key
SHA256:Voe/KK+Cr6aPW6z6NuQUncybIpZXSDuSKi6KQlWS5Og= |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to check that an x509 certificate and key match using the
step
CLI? With OpenSSL, you check if the modulus strings match.Beta Was this translation helpful? Give feedback.
All reactions