Redpeaks V6.8
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 Redpeaks install folderlocalhost
as common name.Self signed certificate:
Certificates from a trusted authority
Import certificate from remote sites:
Download and install a self-signed certificate
hostname:port
(use 443 if you don't have a specific port)[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]
keytool -importkeystore -srckeystore [YOUR_KEYSTORE] -srcstoretype pkcs12 -srcstorepass agentilKeyStore -destkeystore [PRO_MONITOR_HOME]/certificates/.keystore -deststoretype jks -deststorepass agentilKeyStore
Note: Redpeaks keystore (server keys) and truststore (Trusted certificates) are in the same store : certificates/.keystore