Skip to content

Commit a795dee

Browse files
authored
Review some confusing SSL documentation. (#686)
1 parent ac12fcd commit a795dee

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/security.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ case one solution is to use ``--skip-pg-hba`` and do the whole setup
157157
yourself.
158158

159159
It is still possible to give the certificates to pg_auto_failover and have
160-
it handle the setup for you, including the creation of and signing of client
161-
certificates for the ``autoctl_node`` and ``pgautofailover_replication``
162-
users::
160+
it handle the Postgres setup for you::
163161

164162
$ pg_autoctl create monitor --ssl-ca-file root.crt \
165163
--ssl-crl-file root.crl \
@@ -183,8 +181,8 @@ users::
183181
The option ``--ssl-mode`` can be used to force connection strings used by
184182
``pg_autoctl`` to contain your prefered ssl mode. It defaults to ``require``
185183
when using ``--ssl-self-signed`` and to ``allow`` when ``--no-ssl`` is used.
186-
Here, we set ``--ssl-mode`` to ``validate-ca`` which requires SSL Certificates
187-
Authentication, covered next.
184+
Here, we set ``--ssl-mode`` to ``verify-full`` which requires SSL
185+
Certificates Authentication, covered next.
188186

189187
The default ``--ssl-mode`` when providing your own certificates (signed by
190188
your trusted CA) is then ``verify-full``. This setup applies to the client

0 commit comments

Comments
 (0)