2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Remove trailing spaces in file docs/source/advanced/confluent/client/confluent_client.rst

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 9608386f43
commit 862550265a

View File

@ -5,7 +5,7 @@ Starting the confetty client
As the root user, running ``/opt/confluent/bin/confetty`` will open the confetty prompt ::
[root@c910f02c05p03 ~]# /opt/confluent/bin/confetty
/ ->
/ ->
Creating a non root user
========================
@ -26,19 +26,19 @@ It's recommenteed to create a non root user to use to connect to confetty
password="********"
Connecting to a remote server
Connecting to a remote server
=============================
In order to do remote sessions, keys must first be added to ``/etc/confluent``
* /etc/confluent/privkey.pem - private key
* /etc/confluent/privkey.pem - private key
* /etc/confluent/srvcert.pem - server cert
If you want to use the xCAT Keys, you can simple copy them into ``/etc/confluent`` ::
cp /etc/xcat/cert/server-key.pem /etc/confluent/privkey.pem
cp /etc/xcat/cert/server-cert.pem /etc/confluent/srvcert.pem
cp /etc/xcat/cert/server-cert.pem /etc/confluent/srvcert.pem
The user and password may alternatively be provided via environment variables: ::
@ -55,4 +55,4 @@ If you want to run a confluent command against another host, could set the CONFL
CONFLUENT_HOST=<remote_ip>
export CONFLUENT_HOST