Skip to content

Commit 76530e5

Browse files
committed
Adding version variable to single file.
1 parent 8679f61 commit 76530e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ossm-document-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
:ProductShortName: Service Mesh
1717
:ProductRelease:
1818
:ProductVersion: 2.1.1
19-
:MaistraVersion: 2.0
19+
:MaistraVersion: 2.1
2020
:product-build:
2121

2222
// Distributed Tracing product content attributes, for modules used in both products

modules/ossm-security-cert-manage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ By default, {ProductName} generates a self-signed root certificate and key and u
1010
.Prerequisites
1111

1212
* Install {ProductName} with mutual TLS enabled to configure certificates.
13-
* This example uses the certificates from the link:https://github.com/maistra/istio/tree/maistra-2.1/samples/certs[Maistra repository]. For production, use your own certificates from your certificate authority.
13+
* This example uses the certificates from the link:https://github.com/maistra/istio/tree/maistra-{MaistraVersion}/samples/certs[Maistra repository]. For production, use your own certificates from your certificate authority.
1414
* Deploy the Bookinfo sample application to verify the results with these instructions.
1515

1616
[id="ossm-cert-manage-add-cert-key_{context}"]
1717
== Adding an existing certificate and key
1818

1919
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 named `ca-cert.pem`, the key is `ca-key.pem`, and the root certificate, which signs `ca-cert.pem`, is named `root-cert.pem`. If your workload uses intermediate certificates, you must specify them in a `cert-chain.pem` file.
2020

21-
Add the certificates to {ProductShortName} by following these steps. Save the example certificates from the link:https://github.com/maistra/istio/tree/maistra-2.1/samples/certs[Maistra repository] locally and replace `<path>` with the path to your certificates.
21+
Add the certificates to {ProductShortName} by following these steps. Save the example certificates from the link:https://github.com/maistra/istio/tree/maistra-{MaistraVersion}/samples/certs[Maistra repository] locally and replace `<path>` with the path to your certificates.
2222

2323
. Create a secret `cacert` that includes the input files `ca-cert.pem`, `ca-key.pem`, `root-cert.pem` and `cert-chain.pem`.
2424
+

0 commit comments

Comments
 (0)