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: modules/cert-manager-istio-creating-issuer.adoc
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,16 @@ Use this procedure to create the root CA issuer for Istio-CSR agent.
13
13
Other supported issuers can be used, except for the ACME issuer, which is not supported. For more information, see "{cert-manager-operator} issuer providers".
14
14
====
15
15
16
-
* Create a YAML file, for example, `issuer.yaml`, that defines the `Issuer` and `Certificate` objects:
16
+
.Procedure
17
+
18
+
. Create a new project for installing Istio-CSR by running the following command. If you have an existing project for installing Istio-CSR, skip this step.
19
+
+
20
+
[source,terminal]
21
+
----
22
+
$ oc new-project <istio_csr_project_name>
23
+
----
24
+
25
+
. Create a YAML file that defines the `Issuer` and `Certificate` objects:
Copy file name to clipboardExpand all lines: modules/cert-manager-istio-csr-installing.adoc
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,6 @@ If you are using `Issuer` resource, create the `Issuer` and `Certificate` resour
21
21
22
22
.Procedure
23
23
24
-
. Create a new project for installing Istio-CSR by running the following command. You can use an existing project and skip this step.
25
-
+
26
-
[source,terminal]
27
-
----
28
-
$ oc new-project <istio_csr_project_name>
29
-
----
30
-
31
24
. Create the `IstioCSR` custom resource to enable Istio-CSR agent managed by the {cert-manager-operator} for processing Istio workload and control plane certificate signing requests.
32
25
+
33
26
[NOTE]
@@ -40,9 +33,9 @@ Only one `IstioCSR` custom resource (CR) is supported at a time. If multiple `Is
40
33
* The Operator does not automatically remove objects created for `IstioCSR`. If an active `IstioCSR` resource is deleted and a new one is created in a different namespace without removing the previous deployments, multiple `istio-csr` deployments may remain active. This behavior is not recommended and is not supported.
41
34
====
42
35
43
-
.. Create a YAML file, for example, `istiocsr.yaml`, that defines the `IstioCSR` object:
36
+
.. Create a YAML file that defines the `IstioCSR` object:
0 commit comments