- buster 0.3.5.14-1
- buster-backports 0.4.5.9-1~bpo10+1
- testing 0.4.5.9-1
- unstable 0.4.5.9-1
- experimental 0.4.6.6-1
TOR-GENCERT(1) | Tor Manual | TOR-GENCERT(1) |
NAME¶
tor-gencert - Generate certs and keys for Tor directory authoritiesSYNOPSIS¶
tor-gencert [-h|--help] [-v] [-r|--reuse] [--create-identity-key] [-i id_file] [-c cert_file] [-m num] [-a address:port]DESCRIPTION¶
tor-gencert generates certificates and private keys for use by Tor directory authorities running the v3 Tor directory protocol, as used by Tor 0.2.0 and later. If you are not running a directory authority, you don’t need to use tor-gencert.Every directory authority has a long term authority identity key (which is distinct from the identity key it uses as a Tor server); this key should be kept offline in a secure location. It is used to certify shorter-lived signing keys, which are kept online and used by the directory authority to sign votes and consensus documents.
After you use this program to generate a signing key and a certificate, copy those files to the keys subdirectory of your Tor process, and send Tor a SIGHUP signal. DO NOT COPY THE IDENTITY KEY.
OPTIONS¶
-v-h or --help
-r or --reuse
--create-identity-key
-i FILENAME
-s FILENAME
-c FILENAME
-m NUM
--passphrase-fd FILEDES
-a address:port
BUGS¶
This probably doesn’t run on Windows. That’s not a big issue, since we don’t really want authorities to be running on Windows anyway.SEE ALSO¶
tor(1)See also the "dir-spec.txt" file, distributed with Tor.
11/21/2020 | Tor |