Closed pablocarle closed 4 days ago
:smiley_cat: Thank you for creating this PR! To publish your content to Zowe Docs, follow these required steps.
review: doc
.area: apiml
, area: cli
, area: install and config
, etc.)release: V1
, release: V2
, release: V3
)
V3 N/A
tag.master
branch if your PR updates content that is on the live site. Select docs-staging
if your PR updates content for a future release.Need help? Contact the Doc Squad in the #zowe-doc Slack channel.
🚀 Deployed on https://673c5a54ecb9010ad80dc4b3--zowe-docs-master.netlify.app
I'd also add example of the TTLSKeyringParms
parameter block that is currently missing in the doc. I.E.
{
...
TTLSKeyringParmsRef ZoweKeyring
}
TTLSKeyringParms ZoweKeyring
{
Keyring ZOWERING
}
I've also noted that TTLSSignatureParms
is not documented anywhere. Is it always required?
TTLSSignatureParms
I believe this can be removed, can you also confirm in your setup? We should aim at the simplest setup possible
I'd also add example of the
TTLSKeyringParms
parameter block that is currently missing in the doc. I.E.{ ... TTLSKeyringParmsRef ZoweKeyring } TTLSKeyringParms ZoweKeyring { Keyring ZOWERING }
Thanks, I'll check this one and add it
TTLSConnectionAction ClientConnectionAction
{
HandshakeRole Client
TTLSCipherParmsRef CipherParms
TTLSConnectionAdvancedParmsRef ConnectionAdvancedParms
CertificateLabel
}
Is CertificateLabel
required? Also, it looks it misses the value
TTLSConnectionAdvancedParms ApimlClientX509ConnAdvParms
{
ApplicationControlled Off
CertificateLabel Zowe Server
SecondaryMap Off
}
ApplicationControlled Off
is missing in our internal setup. Maybe that won't be necessary.
ClientEnvironmentAdvParms
and ServerEnvironmentAdvParms
are also not documented.
ClientEnvironmentAdvParms
andServerEnvironmentAdvParms
are also not documented.
these are documented in the full example
Describe your pull request here:
List the file(s) included in this PR: