tor-print-ed-signing-cert.1.txt 838 B

1234567891011121314151617181920212223242526272829303132
  1. // Copyright (c) The Tor Project, Inc.
  2. // See LICENSE for licensing information
  3. // This is an asciidoc file used to generate the manpage/html reference.
  4. // Learn asciidoc on http://www.methods.co.nz/asciidoc/userguide.html
  5. :man source: Tor
  6. :man manual: Tor Manual
  7. tor-print-ed-signing-cert(1)
  8. ============================
  9. Tor Project, Inc.
  10. NAME
  11. ----
  12. tor-print-ed-signing-cert - print expiration date of ed25519 signing certificate
  13. SYNOPSIS
  14. --------
  15. **tor-print-ed-signing-cert** __<path to ed25519_signing_cert file>__
  16. DESCRIPTION
  17. -----------
  18. **tor-print-ed-signing-cert** is utility program for Tor relay operators to
  19. check expiration date of ed25519 signing certificate.
  20. SEE ALSO
  21. --------
  22. **tor**(1) +
  23. https://spec.torproject.org/cert-spec
  24. AUTHORS
  25. -------
  26. Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.