From 41fefd49bde2f9daccf732d71f5f23b2ede34569 Mon Sep 17 00:00:00 2001 From: Andy Manoske Date: Mon, 17 Jul 2017 11:37:32 -0700 Subject: [PATCH] Update configuration.html.md (#3029) --- .../source/docs/vault-enterprise/hsm/configuration.html.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/source/docs/vault-enterprise/hsm/configuration.html.md b/website/source/docs/vault-enterprise/hsm/configuration.html.md index bffe0d8e18..63f692a150 100644 --- a/website/source/docs/vault-enterprise/hsm/configuration.html.md +++ b/website/source/docs/vault-enterprise/hsm/configuration.html.md @@ -50,7 +50,11 @@ strings. ### Required Directives * `lib`: The path to the PKCS#11 library shared object file. May also be - specified by the `VAULT_HSM_LIB` environment variable. + specified by the `VAULT_HSM_LIB` environment variable. **Note:** Depending + on your HSM, this may be either a binary or a dynamic library, and its use + may require other libraries depending on which system the Vault binary is + currently running on (e.g.: a Linux system may require other libraries to + interpret Windows .dll files). * `slot`: The slot number to use, specified as a string (e.g. `"0"`). May also be specified by the `VAULT_HSM_SLOT` environment variable. * `pin`: The PIN for login. May also be specified by the `VAULT_HSM_PIN`