|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.380 2007/03/06 09:59:22 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.381 2007/03/30 03:19:02 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime">
|
4 | 4 | <title>Operating System Environment</title>
|
@@ -1574,10 +1574,11 @@ chmod og-rwx server.key
|
1574 | 1574 | certificates of the <acronym>CA</acronym>(s) you wish to check for in
|
1575 | 1575 | the file <filename>root.crt</filename> in the data directory. When
|
1576 | 1576 | present, a client certificate will be requested from the client
|
1577 |
| - during SSL connection startup, and it must have been signed by one of the |
1578 |
| - certificates present in <filename>root.crt</filename>. Certificate |
1579 |
| - Revocation List (CRL) entries are also checked if the file |
1580 |
| - <filename>root.crl</filename> exists. |
| 1577 | + during SSL connection startup, and it must have been signed by one of |
| 1578 | + the certificates present in <filename>root.crt</filename>. (See <xref |
| 1579 | + linkend="libpq-ssl"> for a description of how to set up client |
| 1580 | + certificates.) Certificate Revocation List (CRL) entries are also |
| 1581 | + checked if the file <filename>root.crl</filename> exists. |
1581 | 1582 | </para>
|
1582 | 1583 |
|
1583 | 1584 | <para>
|
|