Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Generate

...

keystore

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 check if your java version ist set up correctly.

...

Code Block
keytool -importpass -storetype pkcs12 -alias <aliasName> -keystore <Keystorename> -storepass <key>

List all entries

if you want to know which entries are contained in your existing keystore, please use the following command

Code Block
keytool -list -storetype pkcs12 -keystore <Keystorename> -storepass <key<key>

example → 1 Entry with alias webserver

...