cloudstack/systemvm/patches/debian/config
Rohit Yadav 0dfdbe064c CLOUDSTACK-9993: With auth strictness stop SSL handshake for rogue clients (#2278)
When auth strictness is set to true, terminate SSH handshake for clients
that do not present valid certificates.

This uses the `setNeedClientAuth`, where if the option is set and the
client chooses not to provide authentication information about itself,
the negotiations will stop and the engine will begin its closure
procedure:
https://docs.oracle.com/javase/7/docs/api/javax/net/ssl/SSLEngine.html#setNeedClientAuth(boolean)

During systemvm reboot, the conf folder is removed and certificate
re-setup is not done. This may cause the agent to not connect, this
fixes the case by backing up and restoring keystore and other config
files when re-patching is done after rebooting of a systemvm (cpvm, ssvm).

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-10-04 09:53:49 +05:30
..
etc CLOUDSTACK-9749: Disable password service on ilb systemvm (#1912) 2017-08-03 22:38:25 +02:00
opt/cloud CLOUDSTACK-9993: With auth strictness stop SSL handshake for rogue clients (#2278) 2017-10-04 09:53:49 +05:30
root Log an error when removing keepalived.strikes file and it doesn't exit. 2015-03-16 11:39:17 +01:00
var/www/html Removed chef as we will definitely not go this way 2015-03-16 11:35:14 +01:00