Exporting the Key from P6 EPPM
Encryption for P6 Professional (P6 EPPM only) > Configuring P6 Professional to Use an External Keystore
To export the encryption key from the P6 EPPM keystore:
- Open a command prompt or terminal.
- Change current directory to the location of the keystore for your P6 EPPM environment.
- Use the P6 Keystore Installer with the -exportkeys command to export the key to a p6.key file
For example:
- If you are browsing to the database directory where a keystore is present:
On Windows, type
installp6keystore.bat -exportkeys
On Linux, type
./installp6keystore.sh -exportkeys
- If you are browsing to a component home directory where a keystore is present but using the database installp6keystore:
On Windows, type
$path_to_database/installp6keystore.bat -exportkeys
On Linux, type
sh $path_to_database/installp6keystore.sh -exportkeys
- If you are browsing to a component home directory where a keystore is present but calling the class file directly:
On Windows, type
"%JAVA_HOME%/bin/java" -classpath "lib/prm-common.jar"
com.primavera.common.KeyStoreInstaller -exportkeysOn Linux, type
"$JAVA_HOME/bin/java" -classpath "lib/prm-common.jar"
com.primavera.common.KeyStoreInstaller -exportkeys
- If you are browsing to the database directory where a keystore is present:
Related Topics
Configuring P6 Professional to Use an External Keystore
Configuring a P6 Professional Alias to Use an Encryption Key
Last Published Tuesday, November 28, 2023