From 3c8177aa3ee1af39871e091a6e7d88aefcea9694 Mon Sep 17 00:00:00 2001 From: "MD. FARHAN LABIB JAHIN" <68538382+Farhan-labib@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:41:06 +0600 Subject: [PATCH 1/2] Update README.txt --- README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.txt b/README.txt index fb1c0d17c87..92e492217fd 100644 --- a/README.txt +++ b/README.txt @@ -171,6 +171,14 @@ By default mode, it would ask you to enter the master password > ciphertool -Dchange (in UNIX) +4. Change the Port by modifying the conf/axis2.xml file + +Locate the tag in the conf/axis2.xml file. +Change the value from 0 to 2 (or the desired offset). +For example: 2 +With this change, if the default port is 9443, it will now run on port 9443 + 2 = 9445. + + For more details see https://is.docs.wso2.com/en/6.0.0/deploy/security/encrypt-passwords-with-cipher-tool/ From 4c73e4ea96ed49049a88422800f8e00754b061d7 Mon Sep 17 00:00:00 2001 From: "MD. FARHAN LABIB JAHIN" <68538382+Farhan-labib@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:52:47 +0600 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a5a0a1f5096..ef05c8d6448 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,13 @@ By default mode, it would ask you to enter the master password > ciphertool -Dchange (in UNIX) +4. Change the Port by modifying the conf/axis2.xml file + +Locate the `` tag in the conf/axis2.xml file. +Change the value from 0 to 2 (or the desired offset). +> For example: `2` +> With this change, if the default port is 9443, it will now run on port 9443 + 2 = 9445. + For more details see https://is.docs.wso2.com/en/7.0.0/deploy/security/encrypt-passwords-with-cipher-tool/