diff options
author | Rob Austein <sra@hactrn.net> | 2012-04-16 20:32:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-04-16 20:32:12 +0000 |
commit | 2d26c4f5e632286cf6a75e20229f95fa799f5147 (patch) | |
tree | e9179438e7d39a02ddb655bec818bdcb5a203e77 /utils | |
parent | 6f45f4a6b5a65ab12db71623877ce075f218e98c (diff) |
Clean up README files. Mostly this means changing them to pointers to
the real consolidated documentation.
Delete old Doxygen-based rpkid manual and stuff that went with it,
while retaining ability to generate Doxygen manual of internals for
the libraries.
This closes #232.
svn path=/trunk/; revision=4424
Diffstat (limited to 'utils')
-rw-r--r-- | utils/README | 45 |
1 files changed, 4 insertions, 41 deletions
diff --git a/utils/README b/utils/README index f2973d61..edbd793b 100644 --- a/utils/README +++ b/utils/README @@ -3,47 +3,10 @@ $Id$ A collection of small RPKI utility programs which can be combined in various useful ways by relying parties or by rpkid test scripts. -uri/uri: - Extract URIs from AIA, SIA, and CRLDP extensions of an X.509v3 - certificate. +See: - Usage: uri [-p | -d] cert [cert...] +- The primary documentation at http://trac.rpki.net/ -uri/*.awk: - Experimental AWK scripts to postprocess uri/uri's output in - various ways. +- The PDF manual in ../doc/manual.pdf, or -hashdir/hashdir: - Copy authenticated result tree from an rcynic run into the - format expected by most OpenSSL-based programs ("PEM" format - files with names in the form that OpenSSL's -CApath lookup - routines expect). - - Usage: hashdir input-directory output-directory - -print_rpki_manifest/print_rpki_manifest: - Prettyprint the content of a manifest. Does NOT attempt to - verify the signature. - - Usage: print_manifest manifest [manifest...] - -print_roa/print_roa: - Prettyprint the content of a ROA. Does NOT attempt to verify - the signature. - - Usage: print_roa ROA [ROA...] - -find_roa/find_roa: - Search authenticated result tree from an rcynic run for ROAs - matching specified prefixes. - - Usage: find_roa authtree prefix [prefix...] - -find_roa/test_roa.sh: - Script combining hashdir/hashdir, print_roa/print_roa, - find_roa/find_roa, and the OpenSSL CLI tool. Builds hashed - directory, searches for ROAs matching specified prefixes, - verifies the CMS signature and certificate path of each ROA - found, and prettyprints each ROA that passes the checks. - - Usage: test_roa.sh authtree prefix [prefix...] +- The flat text page ../doc/doc.RPKI.Utils |