E2E Agent (z/OS)
The E2E agent runs on z/OS only. Therefore, the keystore and truststore and the definitions of the certificates can be done via RACF.
Modify the E2E agent SSL properties file:<custom-root>/adapter/config/inge2eagt.ssl.properties
eez-ssl-truststore = safkeyring://E2EUSER/E2EAgentKeyring
eez-ssl-keystore = safkeyring://E2EUSER/E2EAgentKeyring
eez-ssl-keystore-password = passphrase
eez-ssl-keystore-alias = E2EAgentServerCert
If you omit the user ID in the safkeyring specification string, then the user ID of the currently running E2E agent job is used. For example, you can specify:
eez-ssl-truststore = safkeyring:///E2EAgentKeyring.
eez-ssl-keystore = safkeyring:///E2EAgentKeyring