PEMToHex: add magic check so it gets found
This commit is contained in:
parent
1dbcd2ac84
commit
b7a978505f
@ -28,6 +28,12 @@ class PEMToHex extends Operation {
|
|||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [];
|
this.args = [];
|
||||||
|
this.checks = [
|
||||||
|
{
|
||||||
|
"pattern": "----BEGIN ([A-Z][A-Z ]+[A-Z])-----",
|
||||||
|
"args": []
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user