From 5f2d6f887794e527fb59c1ba11120ad7a7cc4b65 Mon Sep 17 00:00:00 2001 From: Andras Slemmer Date: Thu, 15 Jun 2017 15:17:25 +0100 Subject: [PATCH] sgx: Remove section on key overwriting --- .../IntelWhitelistFormInstructions.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/sgx-jvm/noop-enclave/IntelWhitelistFormInstructions.md b/sgx-jvm/noop-enclave/IntelWhitelistFormInstructions.md index f37771c6fd..4efeb0a893 100644 --- a/sgx-jvm/noop-enclave/IntelWhitelistFormInstructions.md +++ b/sgx-jvm/noop-enclave/IntelWhitelistFormInstructions.md @@ -58,18 +58,3 @@ The above should return cleanly. Intel's whitelisting form requires the MRSIGNER value in hexadecimal from `noop_enclave.sigstruct-pretty.hsm.txt`, furthermore we need to attach `noop_enclave.sigstruct.hsm.bin`. - - - -To overwrite the production key -=== - -*WARNING* THIS STEP SHOULD NOT BE INVOKED, UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING ---- - -SECOND WARNING: Even in the case of disaster recovery consider -resetting the HSM completely instead! - -To overwrite the production key: - -`java -jar hsm-tool.jar --mode=GenerateKey --profile=prod --overwriteKey # God help you` \ No newline at end of file