Skip to content

Commit

Permalink
Merge pull request #95 from 111A5AB1/doc-pin-source
Browse files Browse the repository at this point in the history
doc: add example using pin-source method
  • Loading branch information
maraino authored Sep 7, 2023
2 parents 227fcbd + 2fef2de commit b90a457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit b90a457

Please sign in to comment.