云计算课程实验
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

80 řádky
2.3 KiB

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <!--
  4. Licensed to the Apache Software Foundation (ASF) under one or more
  5. contributor license agreements. See the NOTICE file distributed with
  6. this work for additional information regarding copyright ownership.
  7. The ASF licenses this file to You under the Apache License, Version 2.0
  8. (the "License"); you may not use this file except in compliance with
  9. the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. -->
  17. <configuration>
  18. <property>
  19. <name>ssl.client.truststore.location</name>
  20. <value></value>
  21. <description>Truststore to be used by clients like distcp. Must be
  22. specified.
  23. </description>
  24. </property>
  25. <property>
  26. <name>ssl.client.truststore.password</name>
  27. <value></value>
  28. <description>Optional. Default value is "".
  29. </description>
  30. </property>
  31. <property>
  32. <name>ssl.client.truststore.type</name>
  33. <value>jks</value>
  34. <description>Optional. The keystore file format, default value is "jks".
  35. </description>
  36. </property>
  37. <property>
  38. <name>ssl.client.truststore.reload.interval</name>
  39. <value>10000</value>
  40. <description>Truststore reload check interval, in milliseconds.
  41. Default value is 10000 (10 seconds).
  42. </description>
  43. </property>
  44. <property>
  45. <name>ssl.client.keystore.location</name>
  46. <value></value>
  47. <description>Keystore to be used by clients like distcp. Must be
  48. specified.
  49. </description>
  50. </property>
  51. <property>
  52. <name>ssl.client.keystore.password</name>
  53. <value></value>
  54. <description>Optional. Default value is "".
  55. </description>
  56. </property>
  57. <property>
  58. <name>ssl.client.keystore.keypassword</name>
  59. <value></value>
  60. <description>Optional. Default value is "".
  61. </description>
  62. </property>
  63. <property>
  64. <name>ssl.client.keystore.type</name>
  65. <value>jks</value>
  66. <description>Optional. The keystore file format, default value is "jks".
  67. </description>
  68. </property>
  69. </configuration>