hyperledger / indy-node-monitor

Apache License 2.0
13 stars 28 forks source link

Fix for decoding hex seed #63

Closed donato-ods-devops closed 1 year ago

donato-ods-devops commented 1 year ago

Using openssl rand -hex 32 to generate a monitoring DID seed results in a 64 character string, which causes an error when used. This adds a check for a 64 character string and decodes it as hex.