source: nutchez-0.1/conf/sslinfo.xml.example @ 66

Last change on this file since 66 was 66, checked in by waue, 15 years ago

NutchEz - an easy way to nutch

  • Property svn:executable set to *
File size: 401 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<configuration>
5
6<property>
7  <name>https.keystore.location</name>
8  <value>${user.home}/.keystore</value>
9</property>
10
11<property>
12  <name>https.keystore.password</name>
13  <value>changeme</value>
14</property>
15
16<property>
17  <name>https.keystore.keypassword</name>
18  <value>changeme</value>
19</property>
20
21</configuration>
Note: See TracBrowser for help on using the repository browser.