The SSL certificate and the private key are both in
/etc/xensource/xapi-ssl.pem, so it must be mentioned twice in the set-ssl
command invocation.
Bug accidentally introduced in commit
bc391960 "Cleanup default file
locations and XenServer packaging".
Reported-by: Peter Balland <peter@nicira.com>
Tested-by: Peter Balland <peter@nicira.com>
"--", "del-ssl",
"--", "--bootstrap", "set-ssl",
"/etc/xensource/xapi-ssl.pem",
+ "/etc/xensource/xapi-ssl.pem",
cacert_filename,
"--", "set", "Open_vSwitch", ".",
'managers="ssl:' + controller + ':6632"'])