From 5250e7c3d523a5812686afee5f4ea4de0878bd95 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 20 May 2025 12:34:57 +0400 Subject: [PATCH] Update docs/documentation/platform/kms/hsm-integration.mdx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/documentation/platform/kms/hsm-integration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/platform/kms/hsm-integration.mdx b/docs/documentation/platform/kms/hsm-integration.mdx index 756a3912b..33a28305f 100644 --- a/docs/documentation/platform/kms/hsm-integration.mdx +++ b/docs/documentation/platform/kms/hsm-integration.mdx @@ -751,7 +751,7 @@ For organizations that work with US government agencies, FIPS compliance is almo stringData: # ... Other environment variables ... HSM_LIB_PATH: "/etc/fortanix-hsm/fortanix_pkcs11_4.37.2554.so" # Path to the PKCS#11 library in the container - HSM_PIN: "MDE3YWUxO..." # Your Fortanix app API key used for authentication + HSM_PIN: "" # Your Fortanix app API key used for authentication HSM_SLOT: "0" # Slot value (can be set to 0 for Fortanix HSM as it's arbitrary) HSM_KEY_LABEL: "hsm-key-label" # Label to identify the encryption key in the HSM FORTANIX_PKCS11_CONFIG_PATH: "/etc/fortanix-hsm/pkcs11.conf" # Path to Fortanix configuration file