Skip to content

Commit bb7ca5e

Browse files
additional instruction for private key
1 parent 36251e9 commit bb7ca5e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.MD

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,19 @@ The Insurance Sample App demonstrates the following:
7070
npm install
7171
```
7272
5. Update the **.env** file with the integration key and other settings.
73-
> **Note:** Protect your integration key and client secret. You should make sure that the **.env** file will not be stored in your source code repository.
74-
6. Navigate to [the admin demo Apps and Keys page](https://admindemo.docusign.com/authenticate?goTo=appsAndKeys), add the Redirect URI http://localhost:3000/callback and then hit save
73+
> **Note:** Protect your integration key and client secret. You should make sure that the **.env** file will not be stored in your source code repository.
74+
6. Navigate to [the admin demo Apps and Keys page](https://admindemo.docusign.com/authenticate?goTo=appsAndKeys), add the Redirect URI http://localhost:3000/callback and generate your RSA key pair if you haven't already.
7575

7676
> **Note:** You should add a dynamic content properties to your clickwrap by following this [instruction](https://developers.docusign.com/docs/click-api/click101/customize-elastic-template-fields/) before using it in the sample app.
7777
78+
7. Update the **private.key** file with your private RSA key.
79+
8. Copy your **.env** and your **private.key** files into the server folder
80+
```shell
81+
cd ../
82+
cp .env server/.env
83+
cp private.key server/private.key
84+
```
85+
7886
**Using installation scripts**
7987

8088
1. Download or clone this repository to your workstation in a new folder named **sample-app-insurance-python**.

0 commit comments

Comments
 (0)