Feature description
I am looking for a way to provide a path to additional SLL certificate(s) for the database connection strings.
GRAPHILE_SSL_CA_CERT=./some-cert-path graphile-migrate migrate
Or via the config file, passing the options along to the underlying pg-pool:
{
"pgopts": { "ssl": { "ca": "path-to-cert" } }
}
Motivating example
I am attempting to use graphile-migrate (2.0.0-rc.2) to migrate a DigitalOcean managed database, which as previously recognized uses self-signed certificates.
Supporting development
I [tick all that apply]:
Feature description
I am looking for a way to provide a path to additional SLL certificate(s) for the database connection strings.
Or via the config file, passing the options along to the underlying pg-pool:
{ "pgopts": { "ssl": { "ca": "path-to-cert" } } }Motivating example
I am attempting to use graphile-migrate (2.0.0-rc.2) to migrate a DigitalOcean managed database, which as previously recognized uses self-signed certificates.
Supporting development
I [tick all that apply]: