You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adoc/SAP-EIC-General.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ $ means that the command can be run by any user.
16
16
17
17
18
18
# tag::disclaimer-production-versions[]
19
-
IMPORTANT: If you want to use different versions of {slem} or {slm}, {rancher}, {rke} or {lh}, make sure to check the support matrix for the related solutions you want to use:
19
+
IMPORTANT: If you want to use different versions of {slem} or {slm}, {rancher}, {rke}, or {lh}, make sure to check the support matrix for the related solutions you want to use:
To use certificate files in Kubernetes, you need to save them as so-called *Secrets*.
94
+
To use certificate files in Kubernetes, you need to save them as so-called *secrets*.
95
95
For an example of uploading your certificates to Kubernetes, see the following excerpt:
96
96
97
97
[source, bash]
@@ -106,7 +106,8 @@ NOTE: All applications are expecting to have the secret to be used in the same n
106
106
107
107
# tag::use-cert-manager[]
108
108
109
-
`cert-manager` needs to be available in your Downstream Cluster. To install `cert-manager` in your downstream cluster, you can use the same installation steps that are described in the Rancher Prime installation section.
109
+
`cert-manager` needs to be available in your Downstream Cluster. To install `cert-manager` in your downstream cluster,
110
+
you can follow the same installation steps outlined in the Rancher Prime installation section.
When you deploy your applications via Helm Charts, you can use the generated certificate.
183
-
In the Kubernetes Secret Certificate, three files are stored. These are the file _tls.crt_, _tls.key_ and _ca.crt_ which you cann use in the _values.yaml_ file of your application.
184
+
In the Kubernetes Secret Certificate, three files are stored. These are the files _tls.crt_, _tls.key_ and _ca.crt_, which you can use in the _values.yaml_ file of your application.
0 commit comments