Skip to content

Commit

Permalink
add option to show Parse CSR only supports RSA
Browse files Browse the repository at this point in the history
  • Loading branch information
jkataja committed Apr 2, 2024
1 parent c5e5ed2 commit fda77cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/operations/ParseCSR.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fda77cf

Please sign in to comment.