diff --git a/docs/source/advanced/confluent/client/confluent_client.rst b/docs/source/advanced/confluent/client/confluent_client.rst index 335ed8c6c..7873c6e2f 100644 --- a/docs/source/advanced/confluent/client/confluent_client.rst +++ b/docs/source/advanced/confluent/client/confluent_client.rst @@ -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= export CONFLUENT_HOST - +