Generate
...
KeyStore
To set up a keystore for tia core you have to use the kgs create-keystore tool.
...
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.
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
...
example → 1 entry with alias webserver
...
Provide keystore to the tia contentserver
modify your repository.cfg as follows
...