Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/user-guide/configuring-at-tls-for-zowe-server.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Enabling AT-TLS

:::caution
Do not use an AT-TLS setup until you have a non-AT-TLS setup that works.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, do not attempt a Zowe HA setup until you have a non-HA Zowe setup that works.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add both sentences into here too: https://docs.zowe.org/stable/user-guide/zowe-ha-overview/

(or just the HA one)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is tricky recommendation as up until at least 3.4, maybe 3.5 the hardware based ICSF Keyrings requires usage of AT-TLS and it won't work without it.

Otherwise I agree.

For more information about how to install Zowe, refer to [Installing Zowe](../user-guide/install-overview.md).
For more information about how to verify whether Zowe components are functional, refer to [Verifying Zowe installation on z/OS](../user-guide/verify-zowe-runtime-install.md).
:::

Zowe's core components use TLS networking as well as support AT-TLS as an alternative.
The built-in TLS networking is enabled by default. To learn more, see [Customizing Native TLS](./tls-configuration.md).

Expand Down
Loading