You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Michael Phillips <mp...@hotmail.com> on 2014/08/26 05:22:39 UTC

cloud.keystore

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 		 	   		  

Re: cloud.keystore

Posted by ilya musayev <il...@gmail.com>.
Michael

Thanks for sharing.

Regards
ilya
On 8/25/14, 8:22 PM, Michael Phillips wrote:
> 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