mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Update docs: client always gets server certificate
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.251 2007/12/25 17:06:52 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.252 2007/12/28 16:21:08 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="libpq">
|
<chapter id="libpq">
|
||||||
<title><application>libpq</application> - C Library</title>
|
<title><application>libpq</application> - C Library</title>
|
||||||
@@ -5201,7 +5201,7 @@ defaultNoticeProcessor(void *arg, const char *message)
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<table id="libpq-ssl-file-usage">
|
<table id="libpq-ssl-file-usage">
|
||||||
<title>SSL Client File Usage</title>
|
<title>Libpq/Client SSL File Usage</title>
|
||||||
<tgroup cols="3">
|
<tgroup cols="3">
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
@@ -5229,8 +5229,8 @@ defaultNoticeProcessor(void *arg, const char *message)
|
|||||||
<row>
|
<row>
|
||||||
<entry><filename>~/.postgresql/root.crt</></entry>
|
<entry><filename>~/.postgresql/root.crt</></entry>
|
||||||
<entry>trusted certificate authorities</entry>
|
<entry>trusted certificate authorities</entry>
|
||||||
<entry>requests server certificate; checks certificate is
|
<entry>checks server certificate is signed by a trusted certificate
|
||||||
signed by a trusted certificate authority</entry>
|
authority</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
|
Reference in New Issue
Block a user