Skip to content

Commit 74b1292

Browse files
authored
Adjustments in response to reviews.
1 parent 239ebe9 commit 74b1292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/cluster-security-certificate-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ The security approach in a Service Fabric cluster is a case of "cluster owner de
3939
- Certificates declared in the presentation rules should pass the [validation rules](cluster-security-certificates.md#validation-rules)
4040

4141
Service Fabric, for its part, assumes the following responsibilities:
42-
- Locating certificates matching those declared in the cluster definition
42+
- Locating certificates that match the declarations in the cluster definition
4343
- Granting access to the corresponding private keys to Service Fabric-controlled entities on a 'need' basis
4444
- Validating certificates in strict accordance with established security best-practices and the cluster definition
4545
- Raising alerts on impending expiration of certificates, or failures to perform the basic steps of certificate validation
46-
- Validating (to some degree) that the certificate-related aspects of the cluster definitions are met by the underlying configuration of the hosts
46+
- Validating (to some degree) that the certificate-related aspects of the cluster definition are met by the underlying configuration of the hosts
4747

4848
It follows that the certificate management burden (as active operations) falls solely on the cluster owner. In the following sections, we'll take a closer look at each of the management operations, with available mechanisms and their impact on the cluster.
4949

0 commit comments

Comments
 (0)