$cd $WMR_HOME
$bin/gen-client-cert.sh
wmr-site.xml
:
<property> <name>wmr.server.ssl.needclient</name> <value>true</value> </property>
$cd $WMR_HOME
$bin/stop-wmr.sh
$bin/start-wmr.sh
include/settings.php
:
$wmrSSLCert = '/local/path/to/client/certificate
'; $wmrSSLKey = '/local/path/to/client/key
';