This is an automated email from the ASF dual-hosted git repository.
onichols pushed a change to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 1943405 User Guide config: quote version string to avoid truncation
add f78a7d3 GEODE-7022: Add SSL Alias Support for JMX Clients (#3857)
No new revisions were added by this update.
Summary of changes:
.../internal/net/SSLConfigurationFactory.java | 5 +-
.../ContextAwareSSLRMIClientSocketFactory.java | 30 +++-
.../internal/cli/shell/JmxOperationInvoker.java | 144 +++++++----------
.../ConnectCommandWithSSLMultiKeyTest.java | 170 +++++++++++++++++++++
.../internal/cli/commands/multiKey_KeyStore.jks | Bin 0 -> 4171 bytes
.../internal/cli/commands/multiKey_TrustStore.jks | Bin 0 -> 812 bytes
6 files changed, 250 insertions(+), 99 deletions(-)
create mode 100644
geode-web/src/distributedTest/java/org/apache/geode/management/internal/cli/commands/ConnectCommandWithSSLMultiKeyTest.java
create mode 100644
geode-web/src/distributedTest/resources/org/apache/geode/management/internal/cli/commands/multiKey_KeyStore.jks
create mode 100644
geode-web/src/distributedTest/resources/org/apache/geode/management/internal/cli/commands/multiKey_TrustStore.jks