Merge pull request #617 from ajbeamon/release-5.2

make_public.py uses an underscore, not a hyphen.
This commit is contained in:
Richard Low 2018-07-17 15:52:59 -07:00 committed by GitHub
commit 023799e9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.