Merge pull request #617 from ajbeamon/release-5.2
make_public.py uses an underscore, not a hyphen.
This commit is contained in:
commit
023799e9db
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue