Skip to content

Commit

Permalink
Fix the deploy script, removing flags no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaleXIONG committed Jan 29, 2024
1 parent d8c6a83 commit 7352304
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions deploy_linux_pnm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ done
echo "=============Generating policy"
$POLICY_GENERATOR_PATH \
--max-memory-mib 2000 \
--enclave-debug-mode \
--enable-clock \
--proxy-attestation-server-ip $PAS_ADDRESS:$PAS_PORT \
--proxy-attestation-server-cert $CA_CERT_PATH \
--veracruz-server-ip $VC_SERVER_ADDRESS:$VC_SERVER_PORT \
Expand Down Expand Up @@ -165,7 +163,7 @@ curl -X POST -H 'Content-Type: application/corim-unsigned+cbor; profile=http://a

if [ -z $SERVERLESS ]; then
echo "=============Running veracruz server"
RUST_LOG=error RUNTIME_ENCLAVE_BINARY_PATH=$RUNTIME_MANAGER_PATH $SERVER_PATH $POLICY_PATH &> $SERVER_LOG &
RUST_LOG=info RUNTIME_ENCLAVE_BINARY_PATH=$RUNTIME_MANAGER_PATH $SERVER_PATH $POLICY_PATH &> $SERVER_LOG &
fi


Expand Down
2 changes: 0 additions & 2 deletions deploy_nitro_pnm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ done
echo "=============Generating policy"
$POLICY_GENERATOR_PATH \
--max-memory-mib 2000 \
--enclave-debug-mode \
--enable-clock \
--proxy-attestation-server-ip $PAS_ADDRESS:$PAS_PORT \
--proxy-attestation-server-cert $CA_CERT_PATH \
--veracruz-server-ip $VC_SERVER_ADDRESS:$VC_SERVER_PORT \
Expand Down
2 changes: 0 additions & 2 deletions deploy_nitro_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ done
echo "=============Generating policy"
$POLICY_GENERATOR_PATH \
--max-memory-mib 2000 \
--enclave-debug-mode \
--enable-clock \
--proxy-attestation-server-ip $PAS_ADDRESS:$PAS_PORT \
--proxy-attestation-server-cert $CA_CERT_PATH \
--veracruz-server-ip $VC_SERVER_ADDRESS:$VC_SERVER_PORT \
Expand Down

0 comments on commit 7352304

Please sign in to comment.