In case anyone runs into the issue of cloud.keystore not being created on
install on cloudstack, you can do the following. Stop cloudstack, run the
following command keytool -genkey -keystore
/etc/cloudstack/management/cloudmanagementserver.keystore -storepass vmops.com
-keypass vmops.com -keyalg RSA -validity 3650 -dname
cn="CloudstackUser",ou="Your Server FQDN",o="Your Server FQDN",c="Unknown",
then restart cloudstack.
According to the developers this issue will be fixed in 4.5
- cloud.keystore Michael Phillips
- Re: cloud.keystore ilya musayev
