Revision 7242
Added by ben leinfelder over 12 years ago
docs/user/metacat/source/replication.rst | ||
---|---|---|
241 | 241 |
$JAVA_HOME is the same as configured for running Tomcat. NOTE: the cacerts path may be different |
242 | 242 |
depending on your exact Java installation. |
243 | 243 |
|
244 |
|
|
245 |
Update Metacat properties |
|
246 |
......................... |
|
247 |
Metacat needs to be configured with the path to both the server certificate and the private key. |
|
248 |
1. Edit metacat.properties, modifying these properties to match your specific deployment. |
|
249 |
|
|
250 |
:: |
|
251 |
|
|
252 |
replication.certificate.file=/etc/ssl/certs/<hostname>-apache.crt |
|
253 |
replication.privatekey.file=/etc/ssl/private/<hostname>-apache.key |
|
254 |
replication.privatekey.password=<password, or blank if not protected> |
|
255 |
|
|
256 |
|
|
244 | 257 |
Update your Metacat database |
245 | 258 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
246 | 259 |
The simplest way to update the Metacat database to use replication is to use |
Also available in: Unified diff
add section about configuring the metacat.properties with the paths to the server certificate and key