1
0
mirror of synced 2024-11-27 16:10:55 +01:00

add option to show Parse CSR only supports RSA

This commit is contained in:
Janne Kataja 2024-04-02 21:30:59 +02:00
parent c5e5ed2b4d
commit fda77cf37a

View File

@ -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",