source: proiecte/HadoopJUnit/hadoop-0.20.1/conf/ssl-client.xml.example @ 142

Last change on this file since 142 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<configuration>
5
6<property>
7  <name>ssl.client.truststore.location</name>
8  <value></value>
9  <description>Truststore to be used by clients like distcp. Must be
10  specified.
11  </description>
12</property>
13
14<property>
15  <name>ssl.client.truststore.password</name>
16  <value></value>
17  <description>Optional. Default value is "".
18  </description>
19</property>
20
21<property>
22  <name>ssl.client.truststore.type</name>
23  <value>jks</value>
24  <description>Optional. Default value is "jks".
25  </description>
26</property>
27
28<property>
29  <name>ssl.client.keystore.location</name>
30  <value></value>
31  <description>Keystore to be used by clients like distcp. Must be
32  specified.
33  </description>
34</property>
35
36<property>
37  <name>ssl.client.keystore.password</name>
38  <value></value>
39  <description>Optional. Default value is "".
40  </description>
41</property>
42
43<property>
44  <name>ssl.client.keystore.keypassword</name>
45  <value></value>
46  <description>Optional. Default value is "".
47  </description>
48</property>
49
50<property>
51  <name>ssl.client.keystore.type</name>
52  <value>jks</value>
53  <description>Optional. Default value is "jks".
54  </description>
55</property>
56
57</configuration>
Note: See TracBrowser for help on using the repository browser.