sslinfo.xml.example 401 B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <configuration>
  4. <property>
  5. <name>https.keystore.location</name>
  6. <value>${user.home}/.keystore</value>
  7. </property>
  8. <property>
  9. <name>https.keystore.password</name>
  10. <value>changeme</value>
  11. </property>
  12. <property>
  13. <name>https.keystore.keypassword</name>
  14. <value>changeme</value>
  15. </property>
  16. </configuration>