The Klever documention just describes the “standard” setup to run the Indexer and to get the websocket running. This all happens with insecure connections, without SSL.
I just wanted to start the Node with certificates, but it looks like the Software does not understand it.
Including the following command:
'--rest-api-tls-certificate=/etc/letsencrypt/archive/kl.ath.cx/fullchain1.pem' \ '--rest-api-tls-key=/etc/letsencrypt/archive/kle.ath.cx/privkey1.pem'
results in an error:
2025/11/22 11:21:57 notifying bugsnag: flag provided but not defined: -rest-api-tls-certificate
ERROR[2025-11-22 11:21:57.884] flag provided but not defined: -rest-api-tls-certificate
Checking the validator help by running
docker run --rm -it kleverapp/klever-go:latest /usr/local/bin/validator --help
does not show any commands how to include certificates to get SSL working.
Any help would be appropriated.