From 0a23fdf9a9a44cac587612662f89b8b514c9d15f Mon Sep 17 00:00:00 2001 From: Vinay Kumar Date: Wed, 16 Apr 2025 14:11:39 +0530 Subject: [PATCH] Add instructions for generating Juspay .pem file (#26) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b362666f..e2bcb760 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,18 @@ REACT_APP_PAYMENT_SERVICE_URL=”PAYMENT_SERVICE_URL” ``` +### Generating the `.pem` File for Juspay Credentials + +If you're unable to find the `.pem` file for Juspay credentials, follow these steps: + +1. Go to [Juspay Security Settings](https://portal.juspay.in/settings/security). +2. Under the "RSA Keys" section, click the "Upload new RSA" button on the right. +3. Select the option "I don't have the RSA Keys, I want to auto-generate the keys." +4. This will download a file named `private.pem`. Rename this file to `juspay.pem`. +5. Set the environment variable `JUSPAY_SECRET_KEY_PATH` as: + ```bash + export JUSPAY_SECRET_KEY_PATH="/PATH/TO/juspay.pem" + **B. Map My India (MMI)** For location based information, integration with MMI has been used. MMI has been used as follows -