Replacing an existing MachineID
Connecting Existing MachineID to Validator Key
# Obtain the attestation again, which is bound to the validator key
# to avoid attestation-validator binding, specify --unbound-attestation flag
secretd init-enclavesecretcli tx register auth /opt/secret/.sgx_secrets/attestation_combined.bin \
--gas-prices 0.25uscrt --gas 5000000Replacing an existing MachineID
secretcli tx register auth /opt/secret/.sgx_secrets/attestation_combined.bin \
–replace_machine_id <existing MachineID> --gas-prices 0.25uscrt --gas 5000000 Last updated
Was this helpful?