Skip to content

Commit

Permalink
Update certificate-configuration-scenarios.md
Browse files Browse the repository at this point in the history
Changed some of the indentations of terms inside the code block beginning with "dname"
  • Loading branch information
ArooshLele committed Dec 11, 2024
1 parent 49dc330 commit 3853bdf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/user-guide/certificate-configuration-scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,17 +281,17 @@ Due to the limitation of the `RACDCERT` command, this field should contain exact
name: ZoweKeyring
label: localhost
caLabel: localca
dname:
caCommonName: "Zowe Instances CA"
commonName: "Zowe Service"
org: "My Company"
locality: "Prague"
state: "Prague"
country: "CZ"
validity: 3650
san:
- nwplzweb.dev.rocketsoftware.com
- 10.17.224.13
dname:
caCommonName: "Zowe Instances CA"
commonName: "Zowe Service"
org: "My Company"
locality: "Prague"
state: "Prague"
country: "CZ"
validity: 3650
san:
- system.my-company.com
- 12.34.56.78
```
Your yaml file is now configured to enable Zowe to use a z/OS keyring-based keystore with Zowe generated certificates.
Expand Down

0 comments on commit 3853bdf

Please sign in to comment.