Last change
on this file since 142 was
129,
checked in by jazz, 15 years ago
|
- dos2unix/unix2dos cause problem
|
-
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.server.truststore.location</name> |
---|
8 | <value></value> |
---|
9 | <description>Truststore to be used by NN and DN. Must be specified. |
---|
10 | </description> |
---|
11 | </property> |
---|
12 | |
---|
13 | <property> |
---|
14 | <name>ssl.server.truststore.password</name> |
---|
15 | <value></value> |
---|
16 | <description>Optional. Default value is "". |
---|
17 | </description> |
---|
18 | </property> |
---|
19 | |
---|
20 | <property> |
---|
21 | <name>ssl.server.truststore.type</name> |
---|
22 | <value>jks</value> |
---|
23 | <description>Optional. Default value is "jks". |
---|
24 | </description> |
---|
25 | </property> |
---|
26 | |
---|
27 | <property> |
---|
28 | <name>ssl.server.keystore.location</name> |
---|
29 | <value></value> |
---|
30 | <description>Keystore to be used by NN and DN. Must be specified. |
---|
31 | </description> |
---|
32 | </property> |
---|
33 | |
---|
34 | <property> |
---|
35 | <name>ssl.server.keystore.password</name> |
---|
36 | <value></value> |
---|
37 | <description>Must be specified. |
---|
38 | </description> |
---|
39 | </property> |
---|
40 | |
---|
41 | <property> |
---|
42 | <name>ssl.server.keystore.keypassword</name> |
---|
43 | <value></value> |
---|
44 | <description>Must be specified. |
---|
45 | </description> |
---|
46 | </property> |
---|
47 | |
---|
48 | <property> |
---|
49 | <name>ssl.server.keystore.type</name> |
---|
50 | <value>jks</value> |
---|
51 | <description>Optional. Default value is "jks". |
---|
52 | </description> |
---|
53 | </property> |
---|
54 | |
---|
55 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.