From 96f709e835eca325ca88d25a3e7d4f72629c7bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Mon, 9 Dec 2024 16:42:14 +0100 Subject: [PATCH] fixup! fixup docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- docs/docs/workflows/user-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/workflows/user-authentication.md b/docs/docs/workflows/user-authentication.md index 6f0121e6..d12f059e 100644 --- a/docs/docs/workflows/user-authentication.md +++ b/docs/docs/workflows/user-authentication.md @@ -43,7 +43,7 @@ The following shows an example for authenticating with a key and certificate sto } ``` -Assuming the key and certificate have the label `marblerun-key` and `marblerun-cert` respectively, invoked the CLI as follows: +Assuming the key and certificate have the label `marblerun-key` and `marblerun-cert` respectively, invoke the CLI as follows: ```bash marblerun --pkcs11-config /path/to/pkcs11-config.json --pkcs11-key-label marblerun-key --pkcs11-cert-label marblerun-cert [COMMAND]