Hello All,

I seems to finish implementing RTMPS screen sharing client.
To work it requires additional keystore "red5/conf/keystore.screen" with
the password specified in red5.properties: "rtmps.keystorepass"

Q1: how good to have same password for red5/conf/keystore
and red5/conf/keystore.screen? Should I add additional parameter to set up
separate password and customize keystore location?

The specified keystore/password are passed to the screensharing applet via
<argument>: keystore as base64 encoded binary, password in plaintext.

To avoid compromising "main" keystore I did the following:
1) create separate keystore (keystore.screen) with its own key
2) add key from 1 to "original" keystore

Q2: Is this OK? Maybe anybody can suggest better (more secure) way of
handling it? Probably without second certificate?

Thanks in advance

-- 
WBR
Maxim aka solomax

Reply via email to