How to activate Web Encryption secret key com.cloud.utils.crypt.EncryptionSecretKeySender
Its always good to post since you get some new energy to look into it. Now I used Bing instead of google and found this:
EncryptionSecretKeySender usage:
java -classpath /usr/share/java/cloud-utils.jar com.cloud.utils.crypt.EncryptionSecretKeySender <mgmt._server_host> <port>
mgmt._server_host (Optional): Default – localhost
port (Optional): Default - 8097
Validation word will asked before providing the secret key. Validation word is set as cloudnine
So just type:
java -classpath /usr/share/java/cloud-utils.jar com.cloud.utils.crypt.EncryptionSecretKeySender <yourserversFQDN> 8097
It asked for a Validation word which is: cloudnine
It asked for you management Secret Key: which you only know.
Done..
http://docs.cloudstack.org/CloudStack_Documentation/Design_Documents/Security_Enhancements_for_Acton





