summaryrefslogtreecommitdiff
path: root/doc/tor-print-ed-signing-cert.1.txt
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-06-22 13:34:40 +0300
committerrl1987 <rl1987@sdf.lonestar.org>2018-07-08 15:13:33 +0200
commit121f3dc27ce16d1be6676fd67aff8dc203acf8b7 (patch)
tree5e492490728f855413b8845d62d3742bd8259fe3 /doc/tor-print-ed-signing-cert.1.txt
parent0bd2f2edd9f7e01bfcf7d78c838884f5e4d17417 (diff)
downloadtor-121f3dc27ce16d1be6676fd67aff8dc203acf8b7.tar.gz
tor-121f3dc27ce16d1be6676fd67aff8dc203acf8b7.zip
New manpage for tor-print-ed-signing-cert
Diffstat (limited to 'doc/tor-print-ed-signing-cert.1.txt')
-rw-r--r--doc/tor-print-ed-signing-cert.1.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/tor-print-ed-signing-cert.1.txt b/doc/tor-print-ed-signing-cert.1.txt
new file mode 100644
index 0000000000..1a3109df95
--- /dev/null
+++ b/doc/tor-print-ed-signing-cert.1.txt
@@ -0,0 +1,32 @@
+// 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 http://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.
+
+SEE ALSO
+--------
+**tor**(1) +
+
+https://spec.torproject.org/cert-spec
+
+AUTHORS
+-------
+Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.