I would like to use my own keys file for concordium client. The CLI doc says I can use a file when deploying a module.
Usage: concordium-client module deploy
...
--keys KEYS Any number of sign/verify keys specified in a JSON file.
What is the format of that file? I can pass in an account address directly for --sender but how do I format the corresponding secret key info in that file?
I agree, that is not practical. Well, in that case I will leverage that you store the keys in an encrypted fashion and store the encryption password in my secrets manager for automation. Thanks.