Replies: 1 comment 3 replies
-
That's already the case for |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
We should not have to use
--use-tls
and--tls-ca-cert-file
arguments all the time, these arguments should be configured in the toml config file.Describe the solution you'd like
[mynode]
...
use_tls = true
tls_ac_cert_file = "/path/to/cert.pem"
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions