mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 11:13:38 +00:00
Fixed and improved some infoURLs
This commit is contained in:
@@ -22,7 +22,7 @@ class ParseCSR extends Operation {
|
||||
this.name = "Parse CSR";
|
||||
this.module = "PublicKey";
|
||||
this.description = "Parse Certificate Signing Request (CSR) for an X.509 certificate";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/Certificate_signing_request";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Certificate_signing_request";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user