app.tls_cert_file
and app.tls_key_file
are incorrectly documented
#999
Milestone
app.tls_cert_file
and app.tls_key_file
are incorrectly documented
#999
The
app.tls_cert_file
andapp.tls_key_file
configs are not correctly documented, and should be renamed.Previously, these configs allowed users to configure TLS for all of the RPCs provided by Kwil. However, when we moved the user service to JSON RPC, we removed the ability to configure TLS, since most users should just use nginx anyways. Now, the TLS configs only apply to the admin service and to comet BFT's RPC (which I am not sure why we ever had it do that in the first place).
Therefore, there are 3 changes we need to make:
app.admin_tls_cert_file
andapp.admin_tls_key_file
The text was updated successfully, but these errors were encountered: