From fb7c4dd0764284bffdc92d72a3cb6027fb341490 Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Wed, 18 Jul 2018 09:09:04 -0700 Subject: [PATCH] Merge release-5.2 into release-6.0 --- documentation/sphinx/source/tls.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/sphinx/source/tls.rst b/documentation/sphinx/source/tls.rst index 591ecb7b48..76e40b6b89 100644 --- a/documentation/sphinx/source/tls.rst +++ b/documentation/sphinx/source/tls.rst @@ -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.