Skip to content

Commit de7e6d2

Browse files
status (#394)
Co-authored-by: OpenPublishing.Build <[email protected]>
1 parent e481a72 commit de7e6d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dsc/docs-conceptual/dsc-1.1/pull-server/pullServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ a `Configuration` that sets up the web service.
190190
191191
# Then include this thumbprint when running the configuration
192192
$sample_xDscWebServiceRegistrationSplat = @{
193-
certificateThumbprint = 'A7000024B753FA6FFF88E966FD6E19301FAE9CCC'
193+
certificateThumbprint = 'AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00'
194194
RegistrationKey = '140a952b-b9d6-406b-b416-e0f759c9c0e4'
195195
OutputPath = 'C:\Configs\PullServer'
196196
}

dsc/docs-conceptual/dsc-1.1/pull-server/secureMOF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ $ConfigData = @{
207207
208208
# The thumbprint of the Encryption Certificate
209209
# used to decrypt the credentials on target node
210-
Thumbprint = "AC23EA3A9E291A75757A556D0B71CBBF8C4F6FD8"
210+
Thumbprint = "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00"
211211
}
212212
)
213213
}

dsc/docs-conceptual/dsc-1.1/pull-server/secureServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ $configData = @{
580580
Credential = $Credential
581581
RebootNodeifNeeded = $true
582582
CertificateFile = 'c:\PullServerConfig\Cert.cer'
583-
Thumbprint = 'B9A39921918B466EB1ADF2509E00F5DECB2EFDA9'
583+
Thumbprint = 'AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00'
584584
}
585585
)
586586
}

0 commit comments

Comments
 (0)