Skip to content

Commit

Permalink
doc: rename parse_hdr to se_parse_hdr
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Feng Huo <[email protected]>
  • Loading branch information
Qi Feng Huo authored and fitzthum committed Jun 27, 2024
1 parent eb32703 commit 5229425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attestation-service/verifier/src/se/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ This section is about setting attestation policy.

### Retrive the attestation policy fields for IBM SE

Using [parse_hdr.py](../../hack/parse_hdr.py) on a s390x instance to retrieve the IBM SE fields for attestation policy.
Using [se_parse_hdr.py](../../hack/se_parse_hdr.py) on a s390x instance to retrieve the IBM SE fields for attestation policy.

```bash
python3 parse_hdr.py hdr.bin HKD-3931.crt
python3 se_parse_hdr.py hdr.bin HKD-3931.crt

...
================================================
Expand Down

0 comments on commit 5229425

Please sign in to comment.