aboutsummaryrefslogtreecommitdiff
path: root/third_party/hadoop-0.20.0/conf/ssl-client.xml.example
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2010-03-29 16:17:55 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2010-03-29 16:17:55 -0700
commitdf29d0ea4c8b7137fdd1844219c7d489e3b0d9c9 (patch)
tree3f925c0d109b789ce845762a9e09d24329749eb8 /third_party/hadoop-0.20.0/conf/ssl-client.xml.example
downloadspark-df29d0ea4c8b7137fdd1844219c7d489e3b0d9c9.tar.gz
spark-df29d0ea4c8b7137fdd1844219c7d489e3b0d9c9.tar.bz2
spark-df29d0ea4c8b7137fdd1844219c7d489e3b0d9c9.zip
Initial commit
Diffstat (limited to 'third_party/hadoop-0.20.0/conf/ssl-client.xml.example')
-rw-r--r--third_party/hadoop-0.20.0/conf/ssl-client.xml.example57
1 files changed, 57 insertions, 0 deletions
diff --git a/third_party/hadoop-0.20.0/conf/ssl-client.xml.example b/third_party/hadoop-0.20.0/conf/ssl-client.xml.example
new file mode 100644
index 0000000000..ec3fd41fa8
--- /dev/null
+++ b/third_party/hadoop-0.20.0/conf/ssl-client.xml.example
@@ -0,0 +1,57 @@
+<?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>