File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,9 +157,7 @@ case one solution is to use ``--skip-pg-hba`` and do the whole setup
157157yourself.
158158
159159It 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::
183181The 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 ``
185183when 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
189187The default ``--ssl-mode `` when providing your own certificates (signed by
190188your trusted CA) is then ``verify-full ``. This setup applies to the client
You can’t perform that action at this time.
0 commit comments