diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index eb06d3c17..a96360e27 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -72,6 +72,12 @@ command = { argument = "oid" help = "oid that the peer support" } + option = { + long = "content-type" + type = "string" + argument = "oid" + help = "content type oid" + } option = { long = "content-info" type = "flag" @@ -174,6 +180,12 @@ command = { argument = "enctype" help = "enctype" } + option = { + long = "content-type" + type = "string" + argument = "oid" + help = "content type oid" + } option = { long = "content-info" type = "flag"