From 5aa56d2aa549f8c9f9d16e01f5768474de5e0dbf Mon Sep 17 00:00:00 2001 From: Andy George Date: Wed, 8 Apr 2026 11:53:34 -0500 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40939b9..2fdcc3a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Built for [Fedora CoreOS](https://fedoraproject.org/coreos/) but works anywhere | Provider | How it works | Use case | |----------|-------------|----------| | **Infisical** | Fetches secrets from an [Infisical](https://infisical.com) instance at lookup time | Primary secret management for all services | -| **Nitrokey HSM** | Encrypts secrets at store time and decrypts via a [Nitrokey HSM](https://www.nitrokey.com/products/nitrokey-hsm-2) at lookup time | Bootstrap secrets that can't come from a secrets manager (e.g. Infisical's own credentials) | +| **Nitrokey HSM** | Encrypts secrets at store time and decrypts via a [Nitrokey HSM](https://www.nitrokey.com/products/nitrokeys) at lookup time | Bootstrap secrets that can't come from a secrets manager (e.g. Infisical's own credentials) | Both providers run behind a single PSI serve process. Podman doesn't know or care which provider handles a given secret — the JSON mapping stored in the state directory includes a `provider` field