diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 1cc0ceb1e..7af98c05c 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -377,6 +377,12 @@ command = { command = { name = "info" } +command = { + name = "random-data" + min_args="1" + argument="bytes" + help = "Generates random bytes and prints them to standard output" +} command = { name = "help" name = "?"