Skip to content

Commit df22c09

Browse files
authored
Merge pull request #61528 from gwynnemonahan/OSSM-3988
OSSM-3988: [DOC] Update cert-manager procedure intro for installation and verification
2 parents 764cabd + b72b852 commit df22c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ossm-cert-manager-installation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="ossm-cert-manager-installation_{context}"]
77
= Installing cert-manager
88

9-
To install cert-manager, follow these steps:
9+
You can install the `cert-manager` tool to manage the lifecycle of TLS certificates and ensure that they are valid and up-to-date. If you are running Istio in your environment, you can also install the `istio-csr` certificate authority (CA) server, which handles certificate signing requests (CSR) from Istio proxies. The `istio-csr` CA delegates signing to the `cert-manager` tool, which delegates to the configured CA.
1010

1111
.Procedure
1212

@@ -195,7 +195,7 @@ spec:
195195

196196
.Verification
197197

198-
To verify cert-manager is installed, follow these steps:
198+
Use the sample `httpbin` service and `sleep` app to check mTLS traffic from ingress gateways and verify that the `cert-manager` tool is installed.
199199

200200
. Deploy the HTTP and `sleep` apps:
201201
+

0 commit comments

Comments
 (0)