云计算课程实验
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 rivejä
2.6 KiB

3 vuotta sitten
  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.server.truststore.location</name>
  20. <value></value>
  21. <description>Truststore to be used by NN and DN. Must be specified.
  22. </description>
  23. </property>
  24. <property>
  25. <name>ssl.server.truststore.password</name>
  26. <value></value>
  27. <description>Optional. Default value is "".
  28. </description>
  29. </property>
  30. <property>
  31. <name>ssl.server.truststore.type</name>
  32. <value>jks</value>
  33. <description>Optional. The keystore file format, default value is "jks".
  34. </description>
  35. </property>
  36. <property>
  37. <name>ssl.server.truststore.reload.interval</name>
  38. <value>10000</value>
  39. <description>Truststore reload check interval, in milliseconds.
  40. Default value is 10000 (10 seconds).
  41. </description>
  42. </property>
  43. <property>
  44. <name>ssl.server.keystore.location</name>
  45. <value></value>
  46. <description>Keystore to be used by NN and DN. Must be specified.
  47. </description>
  48. </property>
  49. <property>
  50. <name>ssl.server.keystore.password</name>
  51. <value></value>
  52. <description>Must be specified.
  53. </description>
  54. </property>
  55. <property>
  56. <name>ssl.server.keystore.keypassword</name>
  57. <value></value>
  58. <description>Must be specified.
  59. </description>
  60. </property>
  61. <property>
  62. <name>ssl.server.keystore.type</name>
  63. <value>jks</value>
  64. <description>Optional. The keystore file format, default value is "jks".
  65. </description>
  66. </property>
  67. <property>
  68. <name>ssl.server.exclude.cipher.list</name>
  69. <value>TLS_ECDHE_RSA_WITH_RC4_128_SHA,SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA,
  70. SSL_RSA_WITH_DES_CBC_SHA,SSL_DHE_RSA_WITH_DES_CBC_SHA,
  71. SSL_RSA_EXPORT_WITH_RC4_40_MD5,SSL_RSA_EXPORT_WITH_DES40_CBC_SHA,
  72. SSL_RSA_WITH_RC4_128_MD5</value>
  73. <description>Optional. The weak security cipher suites that you want excluded
  74. from SSL communication.</description>
  75. </property>
  76. </configuration>