Command Reference > infasetup Command Reference > MigrateEncryptionKey
  

MigrateEncryptionKey

Change the encryption key used to secure sensitive data, such as passwords, in the Informatica domain.
MigrateEncryptionKey

<-LocationOfEncryptionKeys|-loc> location_of_encryption_keys

[<-IsDomainMigrated|-mig> is_domain_migrated]
The following table describes infasetup MigrateEncryptionKey options and arguments:
Option
Argument
Description
-LocationOfEncryptionKeys
-loc
location_of_encryption_keys
Required. Directory in which the old encryption key file named siteKey_old and the new encryption key file named siteKey are stored.
The directory must contain the old and new encryption key files. If the old and new encryption key files are stored in different directories, copy the encryption key files to the same directory.
If the domain has multiple nodes, this directory must be accessible to any node in the domain where you run the migrateEncryptionKey command.
-IsDomainMigrated
-mig
is_domain_migrated
Optional. Indicates whether the domain has been updated to use the latest encryption key.
When you run the migrateEncryptionKey command for the first time, set this option to False to indicate that the domain uses the old encryption key.
After the first time, when you run the migrateEncryptionKey command to update other nodes in the domain, set this option to True to indicate that the domain has been updated to use the latest encryption key. Or you can run the migrateEncryptionKey command without this option.
Default is True.