Skip to content

Commit ac8b0d8

Browse files
authored
Merge pull request #53206 from karajas/patch-2
Comment specifying which account is used by service fabric
2 parents fefcfb5 + 74b13e2 commit ac8b0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-windows-cluster-x509-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ After you have certificates, you can install them on the cluster nodes. Your nod
304304
$cert = Get-ChildItem -Path cert:\LocalMachine\My | Where-Object -FilterScript { $PSItem.ThumbPrint -eq $pfxThumbPrint; }
305305
306306
# Specify the user, the permissions, and the permission type
307-
$permission = "$($serviceAccount)","FullControl","Allow"
307+
$permission = "$($serviceAccount)","FullControl","Allow" # "NT AUTHORITY\NetworkService" is the service account
308308
$accessRule = New-Object -TypeName System.Security.AccessControl.FileSystemAccessRule -ArgumentList $permission
309309
310310
# Location of the machine-related keys

0 commit comments

Comments
 (0)