Skip to content

Commit

Permalink
add clarifying statement for pkcs11 support (hashicorp#19673)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltcarbonell committed Mar 22, 2023
1 parent 6d8ed36 commit 3dbe946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/content/docs/enterprise/pkcs11-provider/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 3dbe946

Please sign in to comment.