From b92a7ad14684d579247d4d9d5b950a386204f1d1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 8 Jan 2008 18:07:38 +0000 Subject: [PATCH] Add URLs to two excellent web pages about SSL API and certificate usage. --- doc/src/sgml/libpq.sgml | 4 +++- doc/src/sgml/runtime.sgml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ea13f55b4f..e7ef229c1f 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5197,7 +5197,9 @@ defaultNoticeProcessor(void *arg, const char *message) to inside libpq), you can use PQinitSSL(int) to tell libpq that the SSL library has already been initialized by your - application. + application. See + for details on the SSL API. diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 72172fcf90..4911ae1e12 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1637,6 +1637,9 @@ $ kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`root.crl exists. + (See + for diagrams showing SSL certificate usage.) -- 2.39.5