source:
nutchez-0.1/conf/sslinfo.xml.example
Last change on this file was 66, checked in by waue, 16 years ago | |
---|---|
|
|
File size: 401 bytes |
Rev | Line | |
---|---|---|
[66] | 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.