Skip to content

Commit b0e5a26

Browse files
committed
Updates
1 parent b04b998 commit b0e5a26

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/key-vault/keys/hsm-protected-keys-ncipher.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ See the following table for a list of prerequisites for bring your own key (BYOK
6565

6666
You'll use the following five steps to generate and transfer your key to an Azure Key Vault HSM:
6767

68-
* [Step 1: Prepare your Internet-connected workstation](#step-1-prepare-your-internet-connected-workstation)
69-
* [Step 2: Prepare your disconnected workstation](#step-2-prepare-your-disconnected-workstation)
70-
* [Step 3: Generate your key](#step-3-generate-your-key)
71-
* [Step 4: Prepare your key for transfer](#step-4-prepare-your-key-for-transfer)
72-
* [Step 5: Transfer your key to Azure Key Vault](#step-5-transfer-your-key-to-azure-key-vault)
68+
* [Step 1: Prepare your Internet-connected workstation](#prepare-your-internet-connected-workstation)
69+
* [Step 2: Prepare your disconnected workstation](#prepare-your-disconnected-workstation)
70+
* [Step 3: Generate your key](#generate-your-key)
71+
* [Step 4: Prepare your key for transfer](#prepare-your-key-for-transfer)
72+
* [Step 5: Transfer your key to Azure Key Vault](#transfer-your-key-to-azure-key-vault)
7373

7474
## Prepare your Internet-connected workstation
7575

@@ -578,7 +578,7 @@ To reduce the permissions on your key, from a command prompt, run one of the fol
578578
KeyTransferRemote.exe -ModifyAcls -KeyAppName simple -KeyIdentifier contosokey -ExchangeKeyPackage BYOK-KEK-pkg-SUI-1 -NewSecurityWorldPackage BYOK-SecurityWorld-pkg-SUI-1
579579
```
580580

581-
When you run this command, replace *contosokey* with the same value you specified in **Step 3.5: Create a new key** from the [Generate your key](#step-3-generate-your-key) step.
581+
When you run this command, replace *contosokey* with the same value you specified in **Step 3.5: Create a new key** from the [Generate your key](#generate-your-key) step.
582582

583583
You are asked to plug in your security world admin cards.
584584

@@ -598,7 +598,7 @@ You may inspects the ACLS using following commands using the nCipher nShield uti
598598
"%nfast_home%\bin\kmfile-dump.exe" "%NFAST_KMDATA%\local\key_xferacld_contosokey"
599599
```
600600

601-
When you run these commands, replace contosokey with the same value you specified in **Step 3.5: Create a new key** from the [Generate your key](#step-3-generate-your-key) step.
601+
When you run these commands, replace contosokey with the same value you specified in **Step 3.5: Create a new key** from the [Generate your key](#generate-your-key) step.
602602

603603
### Encrypt your key by using Microsoft's Key Exchange Key
604604

@@ -714,8 +714,8 @@ Run one of the following commands, depending on your geographic region or instan
714714

715715
When you run this command, use these instructions:
716716

717-
* Replace *contosokey* with the identifier that you used to generate the key in **Step 3.5: Create a new key** from the [Generate your key](#step-3-generate-your-key) step.
718-
* Replace *SubscriptionID* with the ID of the Azure subscription that contains your key vault. You retrieved this value previously, in **Step 1.2: Get your Azure subscription ID** from the [Prepare your Internet-connected workstation](#step-1-prepare-your-internet-connected-workstation) step.
717+
* Replace *contosokey* with the identifier that you used to generate the key in **Step 3.5: Create a new key** from the [Generate your key](#generate-your-key) step.
718+
* Replace *SubscriptionID* with the ID of the Azure subscription that contains your key vault. You retrieved this value previously, in **Step 1.2: Get your Azure subscription ID** from the [Prepare your Internet-connected workstation](#prepare-your-internet-connected-workstation) step.
719719
* Replace *ContosoFirstHSMKey* with a label that is used for your output file name.
720720

721721
When this completes successfully, it displays **Result: SUCCESS** and there is a new file in the current folder that has the following name: KeyTransferPackage-*ContosoFirstHSMkey*.byok

0 commit comments

Comments
 (0)