58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
|
<?xml version="1.0"?>
|
||
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
||
|
|
||
|
<configuration>
|
||
|
|
||
|
<property>
|
||
|
<name>ssl.client.truststore.location</name>
|
||
|
<value></value>
|
||
|
<description>Truststore to be used by clients like distcp. Must be
|
||
|
specified.
|
||
|
</description>
|
||
|
</property>
|
||
|
|
||
|
<property>
|
||
|
<name>ssl.client.truststore.password</name>
|
||
|
<value></value>
|
||
|
<description>Optional. Default value is "".
|
||
|
</description>
|
||
|
</property>
|
||
|
|
||
|
<property>
|
||
|
<name>ssl.client.truststore.type</name>
|
||
|
<value>jks</value>
|
||
|
<description>Optional. Default value is "jks".
|
||
|
</description>
|
||
|
</property>
|
||
|
|
||
|
<property>
|
||
|
<name>ssl.client.keystore.location</name>
|
||
|
<value></value>
|
||
|
<description>Keystore to be used by clients like distcp. Must be
|
||
|
specified.
|
||
|
</description>
|
||
|
</property>
|
||
|
|
||
|
<property>
|
||
|
<name>ssl.client.keystore.password</name>
|
||
|
<value></value>
|
||
|
<description>Optional. Default value is "".
|
||
|
</description>
|
||
|
</property>
|
||
|
|
||
|
<property>
|
||
|
<name>ssl.client.keystore.keypassword</name>
|
||
|
<value></value>
|
||
|
<description>Optional. Default value is "".
|
||
|
</description>
|
||
|
</property>
|
||
|
|
||
|
<property>
|
||
|
<name>ssl.client.keystore.type</name>
|
||
|
<value>jks</value>
|
||
|
<description>Optional. Default value is "jks".
|
||
|
</description>
|
||
|
</property>
|
||
|
|
||
|
</configuration>
|