Doc: add explanation about .pgpoolkey.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 23 May 2020 03:17:05 +0000 (12:17 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 23 May 2020 03:19:36 +0000 (12:19 +0900)
Also add indexes for .pgpoolkey and PGPOOLKEYFILE.

doc.ja/src/sgml/client-auth.sgml
doc/src/sgml/client-auth.sgml

index 2e9b42dcfde3378447bc42a9f291a352c81a2647..07400d258055c24cf38ec5c7dbd72b0eb82ba8a7 100644 (file)
     startup from the <filename>pgpoolkey</filename> file.
     -->
     もし、<xref linkend="guc-pool-passwd"> ファイルに<literal>AES</literal>暗号化パスワードが保存されていた場合、<productname>Pgpool-II</productname>はそれらのパスワードを復号化するために復号鍵が必要となり、<productname>Pgpool-II</productname>は起動時に<filename>.pgpoolkey</filename>ファイルから復号鍵を読み込もうとします。
+     <indexterm><primary>pgpoolkey</primary></indexterm>
+     <indexterm><primary>PGPOOLKEYFILE</primary></indexterm>
+     <filename>.pgpoolkey</filename>は複合鍵の文字列を格納した単純なテキストファイルです。
    </para>
    <para>
     <!--
index 8d633b15d678a94a49b54a9f9b1fd81a05f692f6..ceafb9ff64085945c6d014f982bb62fc19bd25e4 100644 (file)
      will require the decryption key to decrypt the passwords before using them,
      <productname>Pgpool-II</productname> tries to read the decryption key at
      startup from the <filename>.pgpoolkey</filename> file.
+     <indexterm><primary>pgpoolkey</primary></indexterm>
+     <indexterm><primary>PGPOOLKEYFILE</primary></indexterm>
+     <filename>.pgpoolkey</filename> is a plain text file which
+     contains the decryption key string.
    </para>
    <para>
     By default the <productname>Pgpool-II</productname> will look for the