Open joachimBurket opened 1 week ago
Thanks for filing this issue, @joachimBurket. This suggestion seems all right to me. Would you like to open a pull request?
Maybe the
externalDatabase.sslRootCert
value could be set tosystem
by default
Let's keep it empty/null for now, and let's NetBox manage its default on its own.
Proposed functionality
Add the value
externalDatabase.sslRootCert
, and put it in theconfiguration.py
:Maybe the
externalDatabase.sslRootCert
value could be set tosystem
by default, but it could be a breaking change because by default my container tries to get the CA cert from//.postgresql/root.crt
Use case
When setting the value
externalDatabase.sslMode
toverify-full
, it should be possible to configure the path of the CA bundle (or set it tosystem
to use the system CA bundle)