Skip to content

Commit d0092b0

Browse files
committed
Replace ficticious domain names with example.com
example.com is reserved for documentation purposes and avoids any potential problems that might occur if ficticious names are actually registered Signed-off-by: James Taylor <[email protected]>
1 parent d25327d commit d0092b0

17 files changed

+43
-43
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information about contributing to the Zowe documentation, see:
2828

2929
Zowe requires the use of the Developer’s Certificate of Origin 1.1 (DCO). Every commit to this repo and other Zowe repos should be signed off using DCO. Otherwise, the PR could not be merged.
3030

31-
To sign off a commit, add a Signed-off-by line to your commit message. For example, `Signed-off-by: John Doe john.doe@hisdomain.com`.
31+
To sign off a commit, add a Signed-off-by line to your commit message. For example, `Signed-off-by: John Doe john.doe@example.com`.
3232

3333
#### Tools for automatic DCO signoff
3434

docs/appendix/zowe-yaml-configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ The high-level configuration `zowe` supports these definitions:
198198
```yaml
199199
zowe:
200200
externalDomains:
201-
- external.my-company.com
202-
- additional-dvipa-domain.my-company.com
201+
- external.example.com
202+
- additional-dvipa-domain.example.com
203203
```
204204
In Kubernetes deployment, this value is the domain name you will use to access your Zowe running in a Kubernetes cluster.
205205
- **zowe.externalPort**
@@ -314,10 +314,10 @@ zowe:
314314
ca:
315315
user: IZUSVR
316316
san:
317-
- zos.my-company.com
318-
- internal-lpar1.zos.my-company.com
319-
- internal-lpar2.zos.my-company.com
320-
- internal-lpar3.zos.my-company.com
317+
- zos.example.com
318+
- internal-lpar1.zos.example.com
319+
- internal-lpar2.zos.example.com
320+
- internal-lpar3.zos.example.com
321321
importCertificateAuthorities:
322322
-
323323
vsam:

docs/appendix/zwe_server_command_reference/zwe/init/zwe-init-certificate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ zowe:
6464
ca:
6565
user: IZUSVR
6666
san:
67-
- zos.my-company.com
68-
- internal-lpar1.zos.my-company.com
69-
- internal-lpar2.zos.my-company.com
70-
- internal-lpar3.zos.my-company.com
67+
- zos.example.com
68+
- internal-lpar1.zos.example.com
69+
- internal-lpar2.zos.example.com
70+
- internal-lpar3.zos.example.com
7171
importCertificateAuthorities:
7272
-
7373
externalDomains:
74-
- zos.my-company.com
74+
- zos.example.com
7575
verifyCertificates: STRICT
7676
zOSMF:
77-
host: zosmf.my-company.com
77+
host: zosmf.example.com
7878
port: 443
7979
```
8080

docs/contribute/roadmap-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before submitting a Pull Request, review the general Zowe [Pull Request Guidelin
3636

3737
All Zowe commits need to be signed by using the [Developer’s Certificate of Origin 1.1 (DCO)](https://developercertificate.org/), which is the same mechanism that the Linux® Kernel and many other communities use to manage code contributions. You need to add a `Signed-off-by` line as a part of the commit message. Here is an example `Signed-off-by` line, which indicates that the submitter accepts the DCO:
3838

39-
```Signed-off-by: John Doe <john.doe@hisdomain.com>```
39+
```Signed-off-by: John Doe <john.doe@example.com>```
4040

4141
You can find more information about DCO signoff in the [zac repo](https://github.com/zowe/zac/blob/master/CONTRIBUTING.md).
4242

docs/extend/component-registries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If the package is found in the registry, that extension and all of its dependenc
3232

3333
The above example omits the registry configuration information, so the values default to what is containted within the zowe.yaml
3434
If they were explicitly provided instead, the command may look like
35-
`zwe components install -o my-zowe-extension --config zowe.yaml --handler npm --registry https://my-on-prem-registry.company.com/npm`
35+
`zwe components install -o my-zowe-extension --config zowe.yaml --handler npm --registry https://my-on-prem-registry.example.com/npm`
3636

3737
### Upgrading an extension
3838

docs/extend/server-schemas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Below is an example manifest and schema for a Component named "component1". The
2525

2626
```
2727
name: component1
28-
id: com.abcdef.component1
28+
id: com.example.abcdef.component1
2929
title: component1
3030
description: An example component with a simple configuration.
3131
license: ABCDEF Company License
@@ -41,7 +41,7 @@ Below is an example of the "schema.json" file referenced above. In it, we have 1
4141
```
4242
{
4343
"$schema": "https://json-schema.org/draft/2019-09/schema",
44-
"$id": "https://abcdef.com/schemas/v2/component1",
44+
"$id": "https://abcdef.example.com/schemas/v2/component1",
4545
"allOf": [
4646
{ "$ref": "https://zowe.org/schemas/v2/server-base" },
4747
{ "type": "object",

docs/troubleshoot/app-framework/app-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ An application plug-in is not appearing in the Zowe Desktop.
221221
**Solution:**
222222
To check whether the plug-in loaded successfully, enter the following URL in a browser to display all successfully loaded Zowe plug-ins:
223223
224-
`https://my.mainframe.com:7556/plugins?type=application`
224+
`https://mymainframe.example.com:7556/plugins?type=application`
225225
226226
You can also search the [node server logs](app-mustgather.md) for the plug-in identifier, for example `org.zowe.sample.app`. If the plug-in loaded successfully, you will find the following message:
227227
```

docs/user-guide/api-mediation/configuration-customizing-the-api-catalog-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It is possible to customize the logotype and selected style options directly in
2929
Specifies the HTML color of the main text across the API Catalog
3030
- **docLink**
3131
Specifies a custom link to be displayed in the header. Use this property to refer to applicable documentation. The format is `<link_name>|<link_url>`
32-
**Example:** `docLink: Custom Documentation|https://somedoc.com`
32+
**Example:** `docLink: Custom Documentation|https://somedoc.example.com`
3333

3434
Follow this example to define this parameter globally.
3535

@@ -46,7 +46,7 @@ It is possible to customize the logotype and selected style options directly in
4646
headerColor: grey
4747
backgroundColor: #FFFFFF
4848
textColor: blue
49-
docLink: Custom Documentation|https://somedoc.com
49+
docLink: Custom Documentation|https://somedoc.example.com
5050
```
5151

5252
Properties in the example that are not set default to Zowe API Catalog css values.

docs/user-guide/certificate-configuration-scenarios.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Use this procedure to configure the `zowe.setup.certificate` section in your yam
101101
```
102102
san:
103103
sample domain name
104-
- dvipa.my-company.com
104+
- dvipa.example.com
105105
sample IP address
106106
- 12.34.56.78
107107
```
@@ -135,7 +135,7 @@ For more information, see this article in [IBM Support](https://www.ibm.com/supp
135135
country: "CZ"
136136
validity: 3650
137137
san:
138-
- system.my-company.com
138+
- system.example.com
139139
- 12.34.56.78
140140
```
141141
Your yaml file is now configured to enable Zowe to use generated PKCS12 certificates.
@@ -261,7 +261,7 @@ Use this procedure to configure the `zowe.setup.certificate` section in your yam
261261
this field is not defined, the `zwe init` command uses the value `zowe.externalDomains`.
262262
```
263263
san:
264-
- dvipa.my-company.com
264+
- dvipa.example.com
265265
- 12.34.56.78
266266
```
267267
:::note
@@ -290,7 +290,7 @@ Due to the limitation of the `RACDCERT` command, this field should contain exact
290290
country: "CZ"
291291
validity: 3650
292292
san:
293-
- system.my-company.com
293+
- system.example.com
294294
- 12.34.56.78
295295
```
296296
Your yaml file is now configured to enable Zowe to use a z/OS keyring-based keystore with Zowe generated certificates.

docs/user-guide/cli-db2plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ You can get your connection information by either:
177177
LOCATION DSNV123E
178178
LU GBIBMIYA.IYCYZDBE
179179
GENERICLU -NONE
180-
DOMAIN domain.host.acme.com
180+
DOMAIN domain.host.example.com
181181
TCPPORT 40100
182182
SECPORT 30100
183183
```

0 commit comments

Comments
 (0)