Skip to content

Commit

Permalink
Refer to ClusterIssuer by name, reword for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pais <[email protected]>
  • Loading branch information
Nickmman committed Sep 14, 2023
1 parent 77cfd79 commit efb9ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/configuration/selfsigned.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ spec:
ca:
secretName: root-secret
```
The first `ClusterIssuer` is used to sign the Root CA, in this case. The second `ClusterIssuer` is used to sign certificates using said Root CA.
The "selfsigned-issuer" `ClusterIssuer` is used to issue the Root CA Certificate. Then, "my-ca-issuer" `ClusterIssuer` is used to issue but also sign certificates using the newly created Root CA `Certificate`, which is what you will use for future certificates cluster-wide.

### CRL Distribution Points

Expand Down

0 comments on commit efb9ba2

Please sign in to comment.