Update docs to clarify purpose of SSL key file

This commit is contained in:
Bruce Momjian 2007-12-25 17:06:52 +00:00
parent 60a6dbb76c
commit a82cfcb9ee
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.250 2007/12/25 06:15:34 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.251 2007/12/25 17:06:52 momjian Exp $ -->
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
@ -5222,7 +5222,8 @@ defaultNoticeProcessor(void *arg, const char *message)
<row>
<entry><filename>~/.postgresql/postgresql.key</></entry>
<entry>client private key</entry>
<entry>used to authenticate client certificate</entry>
<entry>proves client certificate sent by owner; does not indicate
certificate owner is trustworthy</entry>
</row>
<row>

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.396 2007/12/25 06:15:34 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.397 2007/12/25 17:06:52 momjian Exp $ -->
<chapter Id="runtime">
<title>Operating System Environment</title>
@ -1663,7 +1663,8 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
<row>
<entry><filename>server.key</></entry>
<entry>server private key</entry>
<entry>used to authenticate server certificate</entry>
<entry>proves server certificate sent by owner; does not indicate
certificate owner is trustworthy</entry>
</row>
<row>