You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/08/30 11:01:03 UTC

[cloudstack-docs-admin] branch master updated: hosts: fix command/bash script usage

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-admin.git


The following commit(s) were added to refs/heads/master by this push:
     new eb5e062  hosts: fix command/bash script usage
eb5e062 is described below

commit eb5e062744b316be24669a5ce84095b83ced81db
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Aug 30 13:00:45 2017 +0200

    hosts: fix command/bash script usage
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 source/hosts.rst | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/source/hosts.rst b/source/hosts.rst
index 7974067..4ea93ee 100644
--- a/source/hosts.rst
+++ b/source/hosts.rst
@@ -687,8 +687,8 @@ enforce authentication and validation strictness by setting
 `ca.plugin.root.auth.strictness` to `true` and restarting the management
 server(s).
 
-Management Server Address Propagation
--------------------------------------
+Server Address Usage
+--------------------
 
 Historically, when multiple management servers are used a tcp-LB is used on
 port 8250 (default) of the management servers and the VIP/LB-IP is used as the
@@ -735,6 +735,8 @@ paths, use the final keystore filename as `cloud.jks`, and the certificate/key
 content need to be encoded and provided such that newlines are replace with `^`
 and space are replaced with `~`:
 
-.. code:: bash
-   keystore-setup [properties filepath] [final keystore filepath] [keystore passphrase] [validity/days] [csr filepath]
-   keystore-cert-import [properties filepath] [final keystore file name/path] [mode: ssh|agent] [certificate file name/path] [certificate content] [ca-certificate file name/path] [ca-certificate content] [private key file name/path] [private key file name/path]
+   .. code:: bash
+
+   keystore-setup <properties file> <keystore file> <passphrase> <validity> <csr file>
+
+   keystore-cert-import <properties file> <keystore file> <mode: ssh|agent> <cert file> <cert content> <ca-cert file> <ca-cert content> <private-key file> <private key content:optional>

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].