tang-show-keys.1.adoc 775 B

123456789101112131415161718192021222324252627282930313233
  1. tang-show-keys(1)
  2. =================
  3. :doctype: manpage
  4. == NAME
  5. tang-show-keys - Output signing key thumbprints
  6. == SYNOPSIS
  7. *tang-show-keys* [<PORT>]
  8. == DESCRIPTION
  9. It is sometimes necessary to manually verify that a client has
  10. received the expected Tang advertisement.
  11. The client will usually show the thumbprints of the signing keys in
  12. the advertisement it got, and this tool will show the thumbprints of
  13. the signing keys used by the Tang server on localhost. If these two
  14. sets of thumbprints agree, the client has the right advertisement and
  15. it is safe to let the client use it.
  16. <PORT> is the port that the Tang server is listening on on localhost.
  17. It defaults to 80.
  18. == AUTHOR
  19. Marius Vollmer <marius.vollmer@redhat.com>
  20. == SEE ALSO
  21. link:tang.8.adoc[*tang*(8)]