diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-14 21:09:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-14 21:09:30 +0000 |
commit | 484a5806985e617e311fd76fd9a6c5bf24fb3268 (patch) | |
tree | 8d81b988883d7ec4a685cc41bc2957572e340b5c /doc/spec/dir-spec.txt | |
parent | 9a30f8ba0e146c328b7d4f05fd03b125e639bfbe (diff) | |
download | tor-484a5806985e617e311fd76fd9a6c5bf24fb3268.tar.gz tor-484a5806985e617e311fd76fd9a6c5bf24fb3268.zip |
r14028@Kushana: nickm | 2007-08-14 17:07:51 -0400
Implement cert-retrieval URLs. (Also, update TODO)
svn:r11112
Diffstat (limited to 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index bdb69e6a50..7c3a321739 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1242,6 +1242,14 @@ $Id$ available at: http://<hostname>/tor/keys/authority.z + The key certificate for an authority whose authority identity fingerprint + is <F> should be available at: + http://<hostname>/tor/keys/fp/<F>.z + + The key certificate whose signing key is <F> should be available at: + http://<hostname>/tor/keys/fp/<F>.z + [XXX020 cross-certify?] + The most recent descriptor for a server whose identity key has a fingerprint of <F> should be available at: http://<hostname>/tor/server/fp/<F>.z |