Skip to content

Creating a truststore when using business card photos

Ensure that you have read the section overview.

If you are retrieving photos from an HTTPS trusted URL, the Sametime Proxy service needs a truststore to properly retrieve the photos from the https-protected PhotoURL.

The truststore file name must be named proxytruststore.p12.

To create the truststore, run the following command.

keytool -importcert -storetype PKCS12 -keystore proxytruststore.p12 -storepass truststore_password -alias alias_name -file file_to_trust.crt -noprompt

truststore_password : The desired password for your truststore. Save the password for later use.

use.alias_name : The value to display in the truststore, each certificate must have a unique alias.

file_to_trust.crt : The full path to the certificate you are adding to the truststore.

After creating the truststore, see Retrieving photos from HTTPS hosts in Kubernetes and Retrieving photos from HTTPS hosts in Docker and Podman.

Parent Topic: Creating a truststore with a third-party certificate