This is a temporary registry for recording Sommelier Validators' Steward information needed by Strategy Provider clients to establish a secure connection.
If you are a Validator who has generated certificates and configured Steward, please make a PR to this repository with the following changes:
- Add a directory with your validator name in snake-case and place your
server_ca.crt
(or whatever you named it) inside:
my_validator_name/
server_ca.crt
- Append the following JSON object to the list inside of
stewards.json
with your information:
{
"ca": "my_validator_name/server_ca.crt",
"endpoint": "https://steward.mydomain.com:5734"
}