mirror of
https://github.com/postgres/postgres.git
synced 2026-06-12 10:10:10 -04:00
Fix reference to "verify-ca" and "verify-full" in a note in the docs.
This commit is contained in:
parent
01e80a0c28
commit
e4790949e4
1 changed files with 1 additions and 1 deletions
|
|
@ -6208,7 +6208,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
|
|||
as that of <literal>verify-ca</literal>, meaning the sever certificate
|
||||
is validated against the CA. Relying on this behavior is discouraged,
|
||||
and applications that need certificate validation should always use
|
||||
<literal>validate-ca</literal> or <literal>validate-full</literal>.
|
||||
<literal>verify-ca</literal> or <literal>verify-full</literal>.
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue