Community
 
 
 

CloudPlatform 3.x

팔로워 343명
 
Avatar
Pankaj Paliwal

How to activate Web Encryption secret key com.cloud.utils.crypt.EncryptionSecretKeySender

Avatar

How to activate Web Encryption secret key com.cloud.utils.crypt.EncryptionSecretKeySender

Hey,

Set up everything around the CloudStack and the documentation was really good, until its time to use it.

It says in the documentation that:
If the encryption type is set to “web,” the administrator runs the utility com.cloud.utils.crypt.EncryptionSecretKeySender, which relays the key to the Management Server over a known port.

What is com.cloud.utils.crypt.EncryptionSecretKeySender ??? I´vre googled, Ive tried installing something but I cant figure out how to use this Encruption package. And since there isnt anything on the web it makes be frustrated..

So any help on this would be appreciated.


Francesco Misisca MEMBERS
댓글 1개
0

댓글을 남기려면 로그인하세요.

 
 

Previous 댓글 1개

Avatar
Pankaj Paliwal
Avatar

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


Francesco Misisca MEMBERS
댓글 작업 고유 링크

Top Contributors