Commit a82cfcb9 authored by Bruce Momjian's avatar Bruce Momjian

Update docs to clarify purpose of SSL key file

parent 60a6dbb7
<!-- $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"> <chapter id="libpq">
<title><application>libpq</application> - C Library</title> <title><application>libpq</application> - C Library</title>
...@@ -5222,7 +5222,8 @@ defaultNoticeProcessor(void *arg, const char *message) ...@@ -5222,7 +5222,8 @@ defaultNoticeProcessor(void *arg, const char *message)
<row> <row>
<entry><filename>~/.postgresql/postgresql.key</></entry> <entry><filename>~/.postgresql/postgresql.key</></entry>
<entry>client private 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>
<row> <row>
......
<!-- $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"> <chapter Id="runtime">
<title>Operating System Environment</title> <title>Operating System Environment</title>
...@@ -1663,7 +1663,8 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput ...@@ -1663,7 +1663,8 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
<row> <row>
<entry><filename>server.key</></entry> <entry><filename>server.key</></entry>
<entry>server private 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>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment