From 0d2173bdd1f5e834076d511b08282e7d99e4125a Mon Sep 17 00:00:00 2001 From: ash74268 Date: Mon, 21 Jun 2021 12:50:56 -0500 Subject: SDC Distribution Client to support proxy config Issue-ID: SDC-3613 Signed-off-by: ash74268 Change-Id: I4d66618db7f486200ad887f5d3adabb3ba55dce5 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 17c519c..8a22140 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ Configuration parameters: - KeyStorePath : Return full path to Client's Key Store that contains either CA certificate or the ASDC's public key (e.g /etc/keystore/asdc-client.jks). file will be deployed with asdc-distribution jar - KeyStorePassword : Return client's Key Store password. - activateServerTLSAuth : Sets whether ASDC server TLS authentication is activated. If set to false, Key Store path and password are not needed to be set. +- UseSystemProxy : If set to true, SDC Distribution Client will use system wide proxy configuration passed through JVM arguments. +- HttpProxyHost : Optional config. If configured, SDC Distribution client will use this http proxy host with HTTP client. +- HttpProxyPort : Mandatory if HttpProxyHost is configured. If configured, SDC Distribution client will use this https proxy port with HTTP client. +- HttpsProxyHost : Optional config. If configured, SDC Distribution client will use this https proxy host with HTTPS client. +- HttpsProxyPort : Mandatory if HttpsProxyHost is configured. If configured, SDC Distribution client will use this https proxy port with HTTPS client. Example of configuration file implementing IConfiguration interface: -------------------------------------------------------------------- -- cgit 1.2.3-korg