Skip to content

Commit

Permalink
Mention :private_key_contents in README
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenJacobs authored and neilberkman committed Feb 27, 2024
1 parent b6f3714 commit 75e3bc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Notes:

- the hostname should be set to `account.docusign.com` for the production environment
- the path for the private key file can be relative or absolute
- the private key can also be configured with `private_key_contents`, which is the contents
of the private key file. This is useful when you do not store the private key on disk,
but in a secrets store such as Hashicorp Vault or AWS Secrets Manager.

Optional configuration with default values:

Expand Down

0 comments on commit 75e3bc1

Please sign in to comment.