OpenCerts/opencerts-website

CLI Tool

Closed this issue · 6 comments

@rjchow @Nebulis
Due to requirements, we would like to check for the following regarding creation of merkle root hash:

Instead of using directory path as input argument, does CLI Tool has a function to accept multiple-json format or base64-encoded-multiple-json as arguments for signing multiple certs?

Thank you

Hi,

It doesn't, could you give more context to understand what you are trying to achieve ?

Hi @Nebulis
We are trying to avoid writing/reading files to/from disk as the application that we are creating might have restricted read/write permissions depending on the environment.

In that case even the output will be an issue right ? The CLI currently output all files to a folder

Yes. In the local testing environment, it would be ok.

We dont have plan to build such a thing, so if you need it you will have to make a MR or to write another cli

Ok I will close the ticket for now. Thank you!