diff options
author | David Goulet <dgoulet@torproject.org> | 2020-07-14 09:02:03 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-14 09:02:03 -0400 |
commit | 456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a (patch) | |
tree | ac12639e1687e915df8330aa0584887f2725efad /doc/tor-print-ed-signing-cert.1.txt | |
parent | 29a474294c968218576ec6d912a94b8187a1e47b (diff) | |
download | tor-456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a.tar.gz tor-456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a.zip |
doc: Move manpages into doc/man/
Closes #40044
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc/tor-print-ed-signing-cert.1.txt')
-rw-r--r-- | doc/tor-print-ed-signing-cert.1.txt | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/tor-print-ed-signing-cert.1.txt b/doc/tor-print-ed-signing-cert.1.txt deleted file mode 100644 index 71c8b67ec4..0000000000 --- a/doc/tor-print-ed-signing-cert.1.txt +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright (c) The Tor Project, Inc. -// See LICENSE for licensing information -// This is an asciidoc file used to generate the manpage/html reference. -// Learn asciidoc on https://www.methods.co.nz/asciidoc/userguide.html -:man source: Tor -:man manual: Tor Manual -tor-print-ed-signing-cert(1) -============================ -Tor Project, Inc. - -NAME ----- -tor-print-ed-signing-cert - print expiration date of ed25519 signing certificate - -SYNOPSIS --------- -**tor-print-ed-signing-cert** __<path to ed25519_signing_cert file>__ - -DESCRIPTION ------------ -**tor-print-ed-signing-cert** is utility program for Tor relay operators to -check expiration date of ed25519 signing certificate. - -Expiration date is printed in three formats: - -* Human-readable timestamp, localized to current timezone. -* RFC 1123 timestamp (at GMT timezone). -* Unix time value. - -SEE ALSO --------- -**tor**(1) + - -https://spec.torproject.org/cert-spec - -AUTHORS -------- -Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>. |