I want to have a secure connection to my rippled node. That is why I want my node to use the SSL-Certificate
of my domain when I connect to it via websocket or grpc. I saved the certificate and the key at /etc/ssl/certs/server.pem
and /etc/ssl/private/server.pem
. But if I configure ssl_key = /etc/ssl/certs/server.pem
and ssl_cert = /etc/ssl/private/server.pem
my node won't start.
Are these the wrong fields? What else do you need for information?
Thank you.