Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dsc/secureMOF.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -466,4 +466,4 @@ function Get-EncryptionCertificate
}

Start-CredentialEncryptionExample
```
```