Skip to content

Commit

Permalink
node_init script fix (wrt epid+dcap attestation)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Feb 26, 2024
1 parent e5edfac commit f3ce601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/ci/node_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PUBLIC_KEY=$(secretd parse /opt/secret/.sgx_secrets/attestation_cert.der 2> /dev

echo "Public key: $(secretd parse /opt/secret/.sgx_secrets/attestation_cert.der 2> /dev/null | cut -c 3- )"

secretd tx register auth /opt/secret/.sgx_secrets/attestation_cert.der -y --from a --gas-prices 0.25uscrt
secretd tx register auth /opt/secret/.sgx_secrets/attestation_combined.bin -y --from a --gas-prices 0.25uscrt --gas 5000000

sleep 10

Expand Down

0 comments on commit f3ce601

Please sign in to comment.