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

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


The following commit(s) were added to refs/heads/master by this push:
     new 849727c  updated jasypt version for change db password (#19)
849727c is described below

commit 849727cc589f6f411155ef668465eae46273fe42
Author: James McClune <[email protected]>
AuthorDate: Fri Nov 9 05:59:24 2018 -0500

    updated jasypt version for change db password (#19)
    
    In later versions of CloudStack (i.e. 4.11), the jasypt .jar in
    /usr/share/cloudstack-common/lib is version 1.9.2.
    
    Signed-off-by: James McClune <[email protected]>
---
 source/adminguide/management.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/adminguide/management.rst b/source/adminguide/management.rst
index d45def1..c395542 100644
--- a/source/adminguide/management.rst
+++ b/source/adminguide/management.rst
@@ -150,7 +150,7 @@ add the encrypted password to
 
    .. code:: bash
 
-           # java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar 
\ org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh \ 
input="newpassword123" password="`cat /etc/cloudstack/management/key`" \ 
verbose=false 
+           # java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar 
\ org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encrypt.sh \ 
input="newpassword123" password="`cat /etc/cloudstack/management/key`" \ 
verbose=false 
 
 
 File encryption type

Reply via email to