Skip to content

Commit

Permalink
Fix example command in HowTo
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <simo@redhat.com>
  • Loading branch information
simo5 committed Feb 8, 2023
1 parent efdfb47 commit c0419cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ environment variable.
Example:
```
$ export PKCS11_PROVIDER_MODULE=/path/to/pkcs11-driver.so
$ openssl -in pkcs11:id=%01 -pubin -pubout -text
$ openssl pkey -in pkcs11:id=%01 -pubin -pubout -text
```

## Specifying keys
Expand Down

0 comments on commit c0419cd

Please sign in to comment.