You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to figure out what is node.ws varible is used for? I created the certificate secret using cert-manager, but can it be used for configuring TLS for rpc, rest and ws endpoints? I see the volume is attached to the node pod, but I can't figure out how to configure celestia node to use that certificate.
node:
ws:
tls:
enabled: true## A secret must be available in the cluster with the following format:## - name: <secret-name>## - items:## - key: tls.cert## - key: tls.keysecret:
name: celestia-cert # created by cert-manager
The text was updated successfully, but these errors were encountered:
danijelTxFusion
changed the title
Explanation about the node.ws. variable
Explanation about the node.ws variable
Sep 29, 2024
This tls certificate is only used for websocket and is optional. (Only needed for in-browser light nodes on iOS.)
The helm-chart sets the env variable CELESTIA_TLS_PATH to the path to which this secret is mounted, and the indication in the logs is very subtle. During the startup, it shows if it exposes the websocket with or without tls enabled.
Please let me know if you have follow-up questions.
I am struggling to figure out what is
node.ws
varible is used for? I created the certificate secret usingcert-manager
, but can it be used for configuring TLS forrpc
,rest
andws
endpoints? I see the volume is attached to the node pod, but I can't figure out how to configure celestia node to use that certificate.The text was updated successfully, but these errors were encountered: