add option to show Parse CSR only supports RSA
This commit is contained in:
parent
c5e5ed2b4d
commit
fda77cf37a
@ -31,6 +31,11 @@ class ParseCSR extends Operation {
|
||||
"type": "option",
|
||||
"value": ["PEM"]
|
||||
},
|
||||
{
|
||||
"name": "Key type",
|
||||
"type": "option",
|
||||
"value": ["RSA"]
|
||||
},
|
||||
{
|
||||
"name": "Strict ASN.1 value lengths",
|
||||
"type": "boolean",
|
||||
|
Loading…
Reference in New Issue
Block a user