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