Add client-cert parameters of the Go pq driver to the Vikunja config #1161
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch ":main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
I have one central PostgreSQL-Server and I would like the communication not only to be encrypted but also throw a client-cert against the postgres instance.
This change adds the "sslcert", "sslkey" and "sslrootcert" parameters of the Go pq driver to the Vikunja config.
Tested with a self-compiled binary on Fedora 35, PostgreSQL 13.6 on Rocky Linux 8.5 and the following options set:
Checklist
mage do-the-swag
)config.yml.saml
and runningmage generate-docs
)Looks great! Please fix the lint errors so we can merge this.
Error is fixed. Thanks!
Thanks!