Corrected the encryption key path

This commit is contained in:
prachi 2012-04-24 16:18:21 -07:00
parent 42728c7f78
commit 5ffc9990c3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import org.jasypt.encryption.pbe.config.SimpleStringPBEConfig;
public class EncryptionSecretKeyCheckerUtil {
private static final Logger s_logger = Logger.getLogger(EncryptionSecretKeyCheckerUtil.class);
private static final String s_keyFile = "C://pscp//key";
private static final String s_keyFile = "/etc/cloud/management/key";
private static final String s_envKey = "CLOUD_SECRET_KEY";
private static StandardPBEStringEncryptor s_encryptor = new StandardPBEStringEncryptor();
private static boolean s_useEncryption = false;