aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.Utils
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doc.RPKI.Utils')
-rw-r--r--doc/doc.RPKI.Utils8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/doc.RPKI.Utils b/doc/doc.RPKI.Utils
index 1c3a93e7..a164fa46 100644
--- a/doc/doc.RPKI.Utils
+++ b/doc/doc.RPKI.Utils
@@ -41,7 +41,9 @@ Usage:
print_rpki_manifest prettyprints the content of a manifest. It does NOT attempt
to verify the signature. Usage:
- $ print_rpki_manifest manifest [manifest...]
+ $ print_rpki_manifest [-c] manifest [manifest...]
+
+-c Print text representation of entire CMS blob
***** print_roa *****
@@ -50,10 +52,12 @@ signature.
Usage:
- $ print_roa [-b] [-s] ROA [ROA...]
+ $ print_roa [-b] [-c] [-s] ROA [ROA...]
-b Brief mode (only show ASN and prefix)
+-c Print text representation of entire CMS blob
+
-s Show CMS signingTime
***** find_roa *****