Closed donato-ods-devops closed 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.
openssl rand -hex 32
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.