Imploding a folder containing keys fails with the below error.
graphman.bat implode --input keys --output keys.json
error encountered while processing the graphman operation, TypeError, entity.certChain.endsWith is not a function
This issue exists with 1.1 release only. certChain field of keys is a string array. Implode logic is inspecting the value as string.
Change is made to fix the problem with the additional type checking.
Imploding a folder containing keys fails with the below error.
This issue exists with 1.1 release only. certChain field of keys is a string array. Implode logic is inspecting the value as string.
Change is made to fix the problem with the additional type checking.