Skip to content

Commit bdfb8cf

Browse files
committed
Cleanup formatting and typo
1 parent b76ae36 commit bdfb8cf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pkcs11/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ See [PKCS11.md](./PKCS11.md) in this folder.
145145
./configure
146146
make && sudo make install
147147
./examples/init_token
148-
export WOLFPKCS11_DIR=.
148+
export WOLFPKCS11_DIR=$(pwd)
149149
```
150150
151151
2. Change to wolfssl directory
@@ -156,7 +156,7 @@ See [PKCS11.md](./PKCS11.md) in this folder.
156156
make
157157
sudo make install
158158
```
159-
It should be noted WOLFSSL_PKCS11_RW_TOKENS is only needed for adding the keys and certs to the store. Once already in the store this is not longer needed.
159+
It should be noted WOLFSSL_PKCS11_RW_TOKENS is only needed for adding the keys and certs to the store. Once already in the store this is no longer needed.
160160
161161
162162
## TLS Server Example with SoftHSM (RSA)
@@ -217,9 +217,11 @@ The example `server-tls-pkcs11` is a server that uses a private key and optional
217217
```
218218
219219
2. Run server and client
220+
220221
`WOLFPKCS11_TOKEN_PATH=$WOLFPKCS11_DIR ./server-tls-pkcs11 -lib $WOLFPKCS11_DIR/src/.libs/libwolfpkcs11.so -tokenName wolfpkcs11 -userPin wolfpkcs11-test -privKeyId server-rsa2048 -certId server-rsa2048-id`
221222
222223
From wolfssl root:
224+
223225
`./examples/client/client`
224226
225227

0 commit comments

Comments
 (0)