Skip to content

Commit

Permalink
Update readme and fix scripts permission
Browse files Browse the repository at this point in the history
Signed-off-by: Shrikant Temburwar <[email protected]>
  • Loading branch information
shrikant1407 committed Mar 18, 2024
1 parent 22b2492 commit e74801e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/cse.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ After installing openssl, proceed with the installation of curl.
```
3. Issue the command to configure the curl with openssl and nghttp2:
```
./configure --with-openssl="OpenSSL Path" --with-nghttp2 --enable-versioned-symbols
./configure --with-openssl="OpenSSL Path" --with-nghttp2 --enable-versioned-symbols --without-libpsl
```
4. Issue the command to build curl:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ After installing openssl, proceed with the installation of curl.
```
3. Issue the command to configure the curl with openssl and nghttp2:
```
./configure --with-openssl="OpenSSL Path" --with-nghttp2 --enable-versioned-symbols
./configure --with-openssl="OpenSSL Path" --with-nghttp2 --enable-versioned-symbols --without-libpsl
```
4. Issue the command to build curl:
```
Expand Down
6 changes: 3 additions & 3 deletions docs/tpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ After installing openssl, proceed with the installation of curl.
```
3. Issue the command to configure the curl with openssl and nghttp2:
```
./configure --with-openssl="OpenSSL Path" --with-nghttp2 --enable-versioned-symbols
./configure --with-openssl="OpenSSL Path" --with-nghttp2 --enable-versioned-symbols --without-libpsl
```
4. Issue the command to build curl:
```
Expand Down Expand Up @@ -384,7 +384,7 @@ After a successful compilation, the FDO Client SDK Linux device executable can b
> To clear the TPM storage, execute the clear TPM* script. Refer to [Clear TPM](../utils/clear_tpm_nv.sh).
```shell
sudo utils/clear_tpm_nv.sh
sudo ./utils/clear_tpm_nv.sh
```
> ***NOTE***: Enabling LOCK_TPM flag in cmake/cli_input.cmake will lock TPM for further reads/writes.
Expand Down Expand Up @@ -439,7 +439,7 @@ Use the tpm2_evictcontrol command to delete the content or clear TPM* from the B
To clear the TPM storage, execute the clear TPM* script. Refer to [Clear TPM](../utils/clear_tpm_nv.sh).

```shell
sudo utils/clear_tpm_nv.sh
sudo ./utils/clear_tpm_nv.sh
```

- OpenSSL* Toolkit Library Linking Related Error While Building FDO Client SDK.<br />
Expand Down
Empty file modified utils/clear_tpm_nv.sh
100644 → 100755
Empty file.
Empty file modified utils/install_openssl_curl.sh
100644 → 100755
Empty file.
Empty file modified utils/tpm_make_ready_ecdsa.sh
100644 → 100755
Empty file.
Empty file modified utils/user_csr_req.sh
100644 → 100755
Empty file.

0 comments on commit e74801e

Please sign in to comment.