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/ossm-security-cert-manage-1x.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
// * service_mesh/v1x/ossm-security.adoc
4
4
5
5
6
-
[id="ossm-cert-manage_{context}"]
6
+
[id="ossm-cert-manage-1x_{context}"]
7
7
= Adding an external certificate authority key and certificate
8
8
9
9
By default, {SMProductName} generates self-signed root certificate and key, and uses them to sign the workload certificates. You can also use the user-defined certificate and key to sign workload certificates, with user-defined root certificate. This task demonstrates an example to plug certificates and key into {SMProductShortName}.
@@ -14,7 +14,7 @@ By default, {SMProductName} generates self-signed root certificate and key, and
14
14
* This example uses the certificates from the link:https://github.com/maistra/istio/tree/maistra-2.0/samples/certs[Maistra repository]. For production, use your own certificates from your certificate authority.
15
15
* You must deploy the Bookinfo sample application to verify the results with these instructions.
16
16
17
-
[id="ossm-cert-manage-add-cert-key_{context}"]
17
+
[id="ossm-cert-manage-add-cert-key-1x_{context}"]
18
18
== Adding an existing certificate and key
19
19
20
20
To use an existing signing (CA) certificate and key, you must create a chain of trust file that includes the CA certificate, key, and root certificate. You must use the following exact file names for each of the corresponding certificates. The CA certificate is called `ca-cert.pem`, the key is `ca-key.pem`, and the root certificate, which signs `ca-cert.pem`, is called `root-cert.pem`. If your workload uses intermediate certificates, you must specify them in a `cert-chain.pem` file.
@@ -52,7 +52,7 @@ spec:
52
52
$ oc delete secret istio.default
53
53
----
54
54
55
-
[id="ossm-cert-manage-verify-cert_{context}"]
55
+
[id="ossm-cert-manage-verify-cert-1x_{context}"]
56
56
== Verifying your certificates
57
57
58
58
Use the Bookinfo sample application to verify your certificates are mounted correctly. First, retrieve the mounted certificates. Then, verify the certificates mounted on the pod.
0 commit comments