diff options
author | Rob Austein <sra@hactrn.net> | 2008-06-12 21:55:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-06-12 21:55:45 +0000 |
commit | bae633e94c67c96951e18a41274ef6437971c2ff (patch) | |
tree | a8de9a391f91d2f1ce444084f3145291353a56da /rpkid/rpki/__init__.py | |
parent | a5845a3a4f65b5a43ae7732f7f700ebc372b03a6 (diff) |
Document cross-certify.py, tell Doxygen about more programs.
svn path=/rpkid/Doxyfile; revision=1881
Diffstat (limited to 'rpkid/rpki/__init__.py')
-rw-r--r-- | rpkid/rpki/__init__.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py index 55d969ec..637b8621 100644 --- a/rpkid/rpki/__init__.py +++ b/rpkid/rpki/__init__.py @@ -168,6 +168,9 @@ # A command-line client for the left-right control # protocol. # +# @li @c cross-certify.py: +# A BPKI cross-certification tool. +# # @li @c irbe-setup.py: # An example of a script to set up the mappings between # the IRDB and rpkid's own database, using the @@ -587,6 +590,25 @@ # # # +# @section cross-certify.py +# +# cross-certify.py is a small tool to extract certain fields from an +# existing X.509 certificate and generate issue a new certificate that +# can be used as part of a cross-certification chain. cross-certify +# doesn't take a config file, all of its arguments are specified on +# the command line. +# +# @verbatim +# python cross-certify.py { -i | --in } input_cert +# { -c | --ca } issuing_cert +# { -k | --key } issuing_cert_key +# { -s | --serial } serial_filename +# [ { -h | --help } ] +# [ { -o | --out } filename ] +# [ { -l | --lifetime } timedelta ] +# @endverbatim +# +# # @section irbe_setup irbe-setup.py config file # # @warning |