![](https://amansfdc.com/wp-content/uploads/2025/01/Setting-Up-OpenSSL-and-Creating-a-JWT-Connected-App-in-Salesforce-300x169.png)
Setting Up OpenSSL and Creating a JWT Connected App in Salesforce
Step 1: Download and Install OpenSSL Step 2: Configure OpenSSL and Generate Keys set OPENSSL_CONF=C:\openssl\share\openssl.cnf openssl genrsa -des3 -passout pass:x -out server.pass.key 2048 openssl rsa