Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Add pointer for additional config for AWSKeyManager (#1331)
Browse files Browse the repository at this point in the history
* add config link to kms

* Update site/docs/web5/build/decentralized-identifiers/key-management.mdx
  • Loading branch information
acekyd authored Mar 17, 2024
1 parent b8747c5 commit a871b04
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ Below is an example that uses `AwsKeyManager` for production environments, and `
<Shnip snippets={[
{ snippetName: 'initializeKeyManagementJs', language: 'JavaScript'},
{ snippetName: 'initializeKeyManagementKt', language: 'Kotlin'}
]} />
]} />

## Configuring AWS Key Manager
You can pass additional parameters to `AWSKeyManager()` to set up your key manager instance. See the [API Reference Guide](https://tbd54566975.github.io/web5-js/types/_web5_crypto_aws_kms.AwsKeyManagerParams.html) for information on how to use the KMSClient instance from the AWS SDK to store the private keys to your DID.

0 comments on commit a871b04

Please sign in to comment.