You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkcs11/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ See [PKCS11.md](./PKCS11.md) in this folder.
145
145
./configure
146
146
make && sudo make install
147
147
./examples/init_token
148
-
export WOLFPKCS11_DIR=.
148
+
export WOLFPKCS11_DIR=$(pwd)
149
149
```
150
150
151
151
2. Change to wolfssl directory
@@ -156,7 +156,7 @@ See [PKCS11.md](./PKCS11.md) in this folder.
156
156
make
157
157
sudo make install
158
158
```
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.
160
160
161
161
162
162
## 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
0 commit comments