mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix reference to "verify-ca" and "verify-full" in a note in the docs.
This commit is contained in:
@ -6208,7 +6208,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
|
|||||||
as that of <literal>verify-ca</literal>, meaning the sever certificate
|
as that of <literal>verify-ca</literal>, meaning the sever certificate
|
||||||
is validated against the CA. Relying on this behavior is discouraged,
|
is validated against the CA. Relying on this behavior is discouraged,
|
||||||
and applications that need certificate validation should always use
|
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>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Reference in New Issue
Block a user