diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 66e35f5f1..ab517224e 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -104,6 +104,16 @@ command = { type = "flag" help = "use subject name for CMS Identifier" } + option = { + long = "embedded-certs" + type = "-flag" + help = "dont embedded certficiates" + } + option = { + long = "embed-leaf-only" + type = "flag" + help = "only embed leaf certificate" + } min_args="1" max_args="2" argument="in-file out-file"