Merge branch 'maint-0.3.5' into maint-0.4.3
[tor.git] / doc / tor-print-ed-signing-cert.1.txt
blob48a3f095d593bae79b68eba498dae6b64213041c
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.
11 NAME
12 ----
13 tor-print-ed-signing-cert - print expiration date of ed25519 signing certificate
15 SYNOPSIS
16 --------
17 **tor-print-ed-signing-cert** __<path to ed25519_signing_cert file>__
19 DESCRIPTION
20 -----------
21 **tor-print-ed-signing-cert** is utility program for Tor relay operators to
22 check expiration date of ed25519 signing certificate.
24 Expiration date is printed in three formats:
26 * Human-readable timestamp, localized to current timezone.
27 * RFC 1123 timestamp (at GMT timezone).
28 * Unix time value.
30 SEE ALSO
31 --------
32 **tor**(1) +
34 https://spec.torproject.org/cert-spec
36 AUTHORS
37 -------
38 Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.