1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-31 18:19:35 +08:00

Merge release-5.2 into release-6.0

This commit is contained in:
A.J. Beamon 2018-07-18 09:09:04 -07:00
parent 80d8197223
commit fb7c4dd076

@ -20,9 +20,9 @@ Setting Up FoundationDB to use TLS
Enabling TLS in a new cluster
-----------------------------
To set a new cluster to use TLS, use the ``-t`` flag on ``make-public.py``::
To set a new cluster to use TLS, use the ``-t`` flag on ``make_public.py``::
user@host1$ sudo /usr/lib/foundationdb/make-public.py -t
user@host1$ sudo /usr/lib/foundationdb/make_public.py -t
/etc/foundationdb/fdb.cluster is now using address 10.0.1.1 (TLS enabled)
This will configure the new cluster to communicate with TLS.