From 2fef2de48d340b2f298fa9950f9493bec5aa9e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AF=E3=82=B5=E3=83=93?= <3478932+111A5AB1@users.noreply.github.com> Date: Thu, 7 Sep 2023 23:17:13 +1000 Subject: [PATCH] doc: add pin-source method --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 712bbde..877d4f7 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ The commands under `step kms` will directly call `step-kms-plugin` with the given arguments. For example, these two commands are equivalent: ```console -step kms create --kty EC --crv P384 'pkcs11:token=smallstep;id=1000;object=mykey?pin-value=password' -step-kms-plugin create --kty EC --crv P384 'pkcs11:token=smallstep;id=1000;object=mykey?pin-value=password' +step kms create --kty EC --crv P384 'pkcs11:token=smallstep;id=1000;object=mykey?pin-source=/dev/shm/pass.txt' +step-kms-plugin create --kty EC --crv P384 'pkcs11:token=smallstep;id=1000;object=mykey?pin-source=/dev/shm/pass.txt' ``` For the rest of the examples, we are going to use the plugin usage, `step kms`,