Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit cf762fd

Browse files
rranjan3Ram-srini
authored andcommitted
Update Attestation Report Signing CA Cert link
RK_PUB.zip path appears to be invalid now. Getting redirected. Updating download link to - https://certificates.trustedservices.intel.com/Intel_SGX_Attestation_RootCA.pem Signed-off-by: Rajeev Ranjan <[email protected]>
1 parent 3f6f4f4 commit cf762fd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

common/cpp/verify_ias_report/build_ias_certificates_cpp.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,17 @@ fi
2828
Cleanup () {
2929
echo "Cleaning up"
3030
rm ias-certificates.cpp.tmp -f
31-
rm RK_PUB.zip -f
3231
rm AttestationReportSigningCACert.pem -f
3332
}
3433

3534
trap 'echo "**ERROR - line $LINENO**"; Cleanup; exit 1' HUP INT QUIT PIPE TERM ERR
3635

3736
#get certificate from Intel
38-
curl https://software.intel.com/sites/default/files/managed/7b/de/RK_PUB.zip -o RK_PUB.zip
39-
test -e RK_PUB.zip
40-
echo "Zipped certificated downloaded"
41-
42-
unzip -o RK_PUB.zip
37+
curl https://certificates.trustedservices.intel.com/Intel_SGX_Attestation_RootCA.pem -o AttestationReportSigningCACert.pem
4338
test -e AttestationReportSigningCACert.pem
4439

40+
echo "Certificate downloaded"
41+
4542
echo ""
4643
echo -n "Building ias-certificates.cpp ... "
4744
#replace the placemark in the template with the der certificate

0 commit comments

Comments
 (0)