--- layout: docs page_title: KMS - Configuration description: |- The KMS stanza configures KMS-specific 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 Boundary configuration file using the `kms` stanza: ```hcl kms [NAME] { # ... } ``` For example: ```hcl kms "transit" { # ... } ```