Pro.Monitor V6.8
- Install Promonitor
Trouble shooting
Monitors Guide
Trouble shooting
Monitors Guide
iptables -t nat -A PREROUTING -p tcp –dport 443 -j REDIRECT –to-ports 8443
[PRO_MONITOR_HOME]\bin\pro_monitorw.exe
Java
tab-Dhttp.port.ssl
value to the new port numbercertificates/.keystore
file of Pro.Monitor install folderlocalhost
as common name.Self signed certificate:
Certificates from a trusted authority
* There are several reasons why you might need to register self signed certificates for secure connections:
Download and install a self-signed certificate
hostname:port
(use 443 for most cases)[PRO_MONITOR_HOME]/certificates/
keytool -import -trustcacerts -keystore [PRO_MONITOR_HOME]/certificates/.keystore -storepass agentilKeyStore -noprompt -alias yourAliasName -file [PRO_MONITOR_HOME]/certificates/[certificate.cer]
Note: Pro.Monitor keystore (server keys) and truststore (Trusted certificates) are in the same store : certificates/.keystore