diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 8d1f6d91c..a42aba452 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -582,6 +582,23 @@ command = { min_args="0" help = "Issue a certificate" } +command = { + name = "test-crypto" + option = { + long = "pass" + type = "strings" + argument = "password" + help = "password, prompter, or environment" + } + option = { + long = "verbose" + type = "flag" + help = "verbose printing" + } + min_args="1" + argument="certificates..." + help = "Test " +} command = { name = "help" name = "?"