Bring your own TLS Certification
This is an optional step if you wish to generate TLS sertification yourself.
By default, the certificates will be generated automatically on the first start of DKG tool. The following steps are not required for the correct setup.
However, if you want to generate the certificates yourself, you can follow the steps below.
First of all, if you already started the DKG tool it did generate the certificates for you. If that is the case:
Stop the DKG tool with
docker stop ssv-dkg
Check if there is a
ssl
directory created in theoperator-config
If there is — delete it with
sudo rm -r ssl
Proceed with the next steps
Navigate to the operator-config
directory and use the following commands to create the key and certificate.
After that your ssv-dkg-data
should look like that:
Lastly, you need to specify the path to these files using the serverTLSCertPath
and serverTLSCertPath
configuration parameters in your operator.yaml
config file.
Last updated
Was this helpful?