File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dsc/docs-conceptual/dsc-1.1/pull-server Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments