mirror of https://github.com/apache/cloudstack.git
Corrected the encryption key path
This commit is contained in:
parent
42728c7f78
commit
5ffc9990c3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue