diff --git a/site/docs/web5/build/decentralized-identifiers/key-management.mdx b/site/docs/web5/build/decentralized-identifiers/key-management.mdx index 2dcf55f39..ce7f24171 100644 --- a/site/docs/web5/build/decentralized-identifiers/key-management.mdx +++ b/site/docs/web5/build/decentralized-identifiers/key-management.mdx @@ -71,4 +71,7 @@ Below is an example that uses `AwsKeyManager` for production environments, and ` \ No newline at end of file +]} /> + +## 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. \ No newline at end of file