| The PostgreSQL 9.0 Reference Manual - Volume 2 - Programming Guide
by The PostgreSQL Global Development Group Paperback (6"x9"), 478 pages ISBN 9781906966065 RRP £14.95 ($19.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
1.17.4 SSL File Usage
Table 1-4: Libpq/Client SSL File Usage
| File | Contents | Effect
|
| ‘~/.postgresql/postgresql.crt’ | client certificate | requested by server
|
| ‘~/.postgresql/postgresql.key’ | client private key | proves client certificate sent by owner; does not indicate
certificate owner is trustworthy
|
| ‘~/.postgresql/root.crt’ | trusted certificate authorities | checks that server certificate is signed by a trusted certificate
authority
|
| ‘~/.postgresql/root.crl’ | certificates revoked by certificate authorities | server certificate must not be on this list |
| ISBN 9781906966065 | The PostgreSQL 9.0 Reference Manual - Volume 2 - Programming Guide | See the print edition |