$ notation cert generate-test -e 12d
Incorrect Usage: invalid value "12d" for flag -e: parse error
Since the -h page gives --expiry value, -e value certificate expiry (default: 8760h0m0s), I expected it to be able to parse "d" as days. Perhaps clarify the allowed format in the help?