README.rst 621 B

1234567891011121314151617181920212223242526
  1. =====
  2. Certo
  3. =====
  4. Certo is a tool to *easily* obtain the hashes of the SSL/TLS certificates at a
  5. given ``address:port``.
  6. I hope the help is clear enough :)
  7. .. code::
  8. certo --help
  9. Usage: certo [OPTIONS] ADDRESS
  10. Options:
  11. -p, --port INTEGER RANGE The port to connect to.
  12. --starttls Whether to use starttls on connection.
  13. --debug / --nodebug Debug output.
  14. -o, --output TEXT Path to save the certificate to.
  15. --colons / --nocolons Whether to output also hashed with colons
  16. --help Show this message and exit.
  17. Enjoy.