harpagornis wrote > psql dbname=dbname user=my_role sslmode=verify-full sslcert=postgresql.crt > sslkey=postgresql.key sslrootcert=root.crt This is a psql command with 6 input arguments/options specified psql "dbname=dbname [...]" is a psql command with 1 input argument/option specified which is treated as a "conninfo" string as documented at: http://www.postgresql.org/docs/9.3/static/app-psql.html > I wasn't sure if the question mark is supposed to precede each variable > (sslmode, sslcert, etc.)? You guessed wrong...admittedly the documentation assumes the reader knows how the format of a URI...separate key=value pairs in the "query" part of the URI (which is separated from the path by the aforementioned "?") are separated by ";" or "&" http://en.wikipedia.org/wiki/URI_scheme David J. -- View this message in context: http://postgresql.nabble.com/SSL-Certificates-in-Windows-7-Postgres-9-3-tp5830749p5830993.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general