From cf1aacc61493f57a5a0db0050300ca7ebeeb02a7 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Wed, 13 Nov 2024 10:34:38 +0100 Subject: [PATCH] Fix README.md (add clevis-pin-pkcs11 installation) Signed-off-by: Sergio Arroutbi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd3ed691..9a339d63 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ For installation and configuration of the clevis PKCS#11 feature, next steps mus 1 - Install Clevis required dependencies, including PKCS#11 dependencies: ``` -$ sudo dnf install -y opensc pcsc-lite openssl socat +$ sudo dnf install -y openssl socat clevis-pin-pkcs11 ``` 2 - The PKCS11 device must be accessible by “pkcs11-tool”: