-
Hi there, I following the post "https://smallstep.com/blog/diy-single-sign-on-for-ssh/" to configure a SSO SSH environment and all went well, but it is not that convenient when configuring a new host or client when the root CA's fingerprint is not around or forget to copy it, so I try to use So, would like to know if I misconfigure something, or are there any other configurations I need to do before I can retrieve my CA's fingerprint using the command? Or if there is a procedure that I can follow? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @M96268004, smallstep.com uses a certificate chain that is signed by a public CA, and your OS knows about them, to use get the fingerprint of a X509 certificate not signed by a public CA you can do one of these things:
|
Beta Was this translation helpful? Give feedback.
-
Hi @maraino Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @M96268004,
smallstep.com uses a certificate chain that is signed by a public CA, and your OS knows about them, to use get the fingerprint of a X509 certificate not signed by a public CA you can do one of these things:
--roots root-ca.crt
--insecure
flag to avoid the certificate validation