Generate Key-Store
To set up a keystore for tia core you have to use the kgs create-keystore tool.
Caution: please use a java version that is newer or equal to the java version used in your tia Content Server instance.
Check if your java version ist set up correctly.
java -version
the output should look like the following screenshot
Navigate to the directory path where you have downloaded the kgs create-keystore tool and open powershell or terminal
java -jar autodigit-create-keystore-1.5.0.jar <keystorename> <keystorepassword>
After executing the create-keystore tool there should be two generated files.
One keystore file and one vault file. do not try to rename one of these generated files.
Both files should be provided to the tia Content Server according to the configuration specified in your tia contntserver repository.cfg.
Import a password
Caution: please use a java version that is newer or equal to the java version used in your tia Content Server instance.
keytool -importpass -storetype pkcs12 -alias <aliasName> -keystore <Keystorename> -storepass <key