Loading

HTTP Connector Keystore Configuration with Different Store and Key Passwords

Publish Date: Jul 16, 2025
Task

GOAL

The HTTP Connector's TLS Key Store configuration contains a key password and password parameter.
  • Password is the keystore password
  • Key password refers to individual keys within the keystore
This article explains how to use different values for these 2 parameters.
Steps
1. Create the keystore as JKS type, which allows different key and store passwords.
keytool -genkey -keyalg RSA -alias cert-1 -keystore keystore-1.jks -storetype jks

      *Do not use the PKCS12 type, which does NOT support different key and store passwords.

2. Select the type as JKS and specify the different key and store passwords.

User-added image

Knowledge Article Number

001116593

 
Loading
Salesforce Help | Article