backport of commit 19d840a4624630e79526cb877c060ffd86855fc9 (#22283)

Co-authored-by: Sam Linville <calm-aunt-sheet@pigeon.business>
This commit is contained in:
hc-github-team-secure-vault-core 2023-08-10 15:11:37 -04:00 committed by GitHub
parent 036e692ee1
commit 86d059d0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ description: |-
@include 'alerts/enterprise-and-hcp.mdx'
-> **Note**: This feature is part of the [KMIP Secret Engine](/vault/docs/secrets/kmip), which requires [Vault Enterprise](https://www.hashicorp.com/products/vault/)
with the Advanced Data Protection Module.
[PKCS#11](http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html)
is an open standard C API that provides a means to access cryptographic capabilities on a device.
For example, it is often used to access a Hardware Security Module (HSM) (like a [Yubikey](https://www.yubico.com/)) from a local program (such as [GPG](https://gnupg.org/)).