diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-22 19:07:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-22 19:07:52 +0000 |
commit | a20eda5669cc5ce8b8c02d16ea80f642b7de64f9 (patch) | |
tree | a8877d651d07646af013e9a00b2811afcdd080dd /doc | |
parent | 5ec5a747d787e66a1e39ce444cd4f2673cc3b834 (diff) | |
download | tor-a20eda5669cc5ce8b8c02d16ea80f642b7de64f9.tar tor-a20eda5669cc5ce8b8c02d16ea80f642b7de64f9.tar.gz |
r14396@tombo: nickm | 2008-02-22 14:07:37 -0500
Add --passphrase-fd to tor-gencert.
svn:r13679
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-gencert.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor-gencert.1 b/doc/tor-gencert.1 index e807cf4dc..5bcb5f0c3 100644 --- a/doc/tor-gencert.1 +++ b/doc/tor-gencert.1 @@ -63,6 +63,11 @@ Default: "./authority_certificate" Number of months that the certificate should be valid. Default: 12. .LP .TP +\fB--passphrase-fd \fR\fIFILEDES\fP +Filedescriptor to read the file descriptor from. Ends at the first +NUL or newline. Default: read from the terminal. +.LP +.TP \fB-a \fR\fIaddress\fR:\fIport\fP If provided, advertise the address:port combination as this authority's preferred directory port in its certificate. If the address is a hostname, |