filename, "cert" => filename, "ca" => filename] * PostgresSQL: ["mode" => sslmode] (https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-SSLMODE) */ function __construct(array $ssl) { $this->ssl = $ssl; } function connectSsl() { return $this->ssl; } }