From 2d26c4f5e632286cf6a75e20229f95fa799f5147 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 16 Apr 2012 20:32:12 +0000 Subject: 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 --- utils/README | 45 ++++----------------------------------------- 1 file changed, 4 insertions(+), 41 deletions(-) (limited to 'utils') 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 -- cgit v1.2.3