From 217d7a995a9127576969404d1e310dce9478a14b Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Wed, 22 Mar 2023 13:05:55 -0400 Subject: [PATCH] backport of commit 3dbe94678ffefe8295d196f0e8e633a2f9eeb1fd (#19675) Co-authored-by: Luis (LT) Carbonell --- website/content/docs/enterprise/pkcs11-provider/index.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/docs/enterprise/pkcs11-provider/index.mdx b/website/content/docs/enterprise/pkcs11-provider/index.mdx index ce556fdcf2eb..1109a3e29459 100644 --- a/website/content/docs/enterprise/pkcs11-provider/index.mdx +++ b/website/content/docs/enterprise/pkcs11-provider/index.mdx @@ -29,6 +29,9 @@ with the KMIP Secrets Engine. | Linux | x86-64 | RHEL 9 compatible | 2.34 | | macOS | x86-64 | — | — | +_Note:_ `vault-pkcs11-provider` runs on _any_ glibc-based Linux distribution. The versions above are given in RHEL-compatible GLIBC versions; for your +distro's glibc version, choose the `vault-pkcs11-provider` built against the same or older version as what your distro provides. + The provider comes in the form of a shared C library, `libvault-pkcs11.so` (for Linux) or `libvault-pkcs11.dylib` (for macOS). It can be downloaded from [releases.hashicorp.com](https://releases.hashicorp.com/vault-pkcs11-provider).