You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/configuration/kms/index.mdx

33 lines
493 B

---
layout: docs
page_title: KMS - Configuration
sidebar_title: KMS
description: |-
The KMS stanza configures KMS-specifc parameters.
---
# `kms` Stanza
The `kms` stanza configures Boundary kms-specific parameters.
For more examples, please choose a specific KMS technology from the sidebar.
## Configuration
KMS configuration can be done through the Vault configuration file using the
`kms` stanza:
```hcl
kms [NAME] {
# ...
}
```
For example:
```hcl
kms "pkcs11" {
# ...
}
```