add clarifying statement for pkcs11 support (#19673)

This commit is contained in:
Luis (LT) Carbonell 2023-03-22 11:40:23 -05:00 committed by GitHub
parent b24115cf1e
commit 91e04109be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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).