Skip to content

Commit 1155dcf

Browse files
committed
Fix links to downloads for linux-latest
1 parent 33f4499 commit 1155dcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/reproducibility/ae_reproducibility_verifier/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ So this doc will give an approach using your local AE builds to verify Intel(R)
1717
* <a id="materials">Prepare below 4 materials</a>
1818

1919
1. intel_signed_ae:
20-
It is the Intel(R) prebuilt AE to be verified, and can be downloaded from (https://download.01.org/intel-sgx/latest/intel-latest/)
20+
It is the Intel(R) prebuilt AE to be verified, and can be downloaded from (https://download.01.org/intel-sgx/latest/linux-latest/)
2121
2. user_build_unsigned_ae:
2222
The unsigned AE is built by yourself in an SGX docker container. You can follow the [reproducibility README.md](../README.md) to build all AEs in a container.
2323
3. user_private_key:

linux/reproducibility/ae_reproducibility_verifier/reproducibility_verifier.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The script is to verify Intel(R) prebuilt AEs are:
4040
4141
Arguments:
4242
intel_signed_ae: It's the Intel(R) prebuilt AE to be verified,
43-
and can be downloaded from https://download.01.org/intel-sgx/latest/intel-latest/
43+
and can be downloaded from https://download.01.org/intel-sgx/latest/linux-latest/
4444
user_build_unsigned_ae: It's built by yourself in an SGX docker container.
4545
user_private_key: It's generated by yourself for signing user_build_unsigned_ae in bullet 1.
4646
intel_ae_config_xml: It's the opensource enclave config.xml of Intel(R) prebuilt AE,

0 commit comments

Comments
 (0)