Skip to content

Usage of SSL certs in pg_service #961

@cymed

Description

@cymed

Suppose we have a service defined in the pg_service.conf such as

[myservice]
host=remotehost
port=5432
dbname=mydb
sslrootcert=path_to_sslrootcert
sslcert=path_to_sslcert
sslkey=path_to_sslkey
sslmode=verify-full

When using this service in model baker (i.e. to export an xtf), the sslrootcert, sslcert and sslkey are ignored and Model Baker requires to add the user info that might be inside the cert.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions