From f4f806730f2e263aad0dd9cc2759e5753ff88f79 Mon Sep 17 00:00:00 2001 From: PRASOON KARUNAN V <12897753+kvprasoon@users.noreply.github.com> Date: Wed, 2 May 2018 17:08:49 +0530 Subject: [PATCH] Related change with #1880 Related change to Updated localmachine\Root to LocalMachine\My (#1880). Change was added only in code but not in description. --- dsc/secureMOF.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsc/secureMOF.md b/dsc/secureMOF.md index 16c9d3675fbd..f9fe5798d955 100644 --- a/dsc/secureMOF.md +++ b/dsc/secureMOF.md @@ -155,7 +155,7 @@ The following example: 1. creates a certificate on the **Authoring node**. 2. exports the certificate including the private key on the **Authoring node**. 3. removes the private key from the **Authoring node**, but keeps the public key certificate in the **my** store. - 4. imports the private key certificate into the root certificate store on the **Target node**. + 4. imports the private key certificate into the My(Personal) certificate store on the **Target node**. - it must be added to the root store so that it will be trusted by the **Target node**. #### On the Authoring Node: create and export the certificate @@ -466,4 +466,4 @@ function Get-EncryptionCertificate } Start-CredentialEncryptionExample -``` \ No newline at end of file +```