Hy,
2013.10.29. 10:02 keltezéssel, Indra Pramana írta:
I have put the cloud-localhost.pk12 on the folder. What's next?:)
I already configured this.
In my server.xml i definied this:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreType="PKCS12"
keystoreFile="conf/cloud.somewhere.com.pk12"
keystorePass="PASSWORD"
/>
The conf directory is there (Ubuntu package installed):
/usr/share/cloudstack-management/conf/
but it's just a symlink to /etc/cloudstack/management, so if You copied
it, should be good, but need the conf/ path, cause CS search cert on
/usr/share/...
And I also put this iptables rule :
iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 443 -j
REDIRECT --to-ports 8443
to reach the frontend at 443.
Hope that helps,
Regards,
Fazy