diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index a96360e27..1deb7abb4 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -88,6 +88,11 @@ command = { type = "flag" help = "create a detached signature" } + option = { + long = "id-by-name" + type = "flag" + help = "use subject name for CMS Identifier" + } min_args="2" max_args="2" argument="in-file out-file"