Application Performance Analyzer for z/OS, Version 11.1, Customization Guide

Define the AT-TLS Policy Rules

This task defines the policy rules required to implement SSL communication in Application Performance Analyzer.

The policy rules required in: ‘SYS1.TCPPARMS(TCPOLS)' are itemized below.

  1. TTLSRule APAListener
  2. {
  3. LocalPortRange 8100 8199
  4. JobName LI*
  5. Direction Inbound
  6. TTLSGroupActionRef APAListASecureGrpAct
  7. TTLSEnvironmentActionRef APAListASecureEnvAct
  8. }
  9. TTLSGroupAction APAListASecureGrpAct
  10. {
  11. GroupUserInstance 1
  12. TTLSEnabled On
  13. Trace 3
  14. }
  15. TTLSEnvironmentAction APAListASecureEnvAct
  16. {
  17. EnvironmentUserInstance 1
  18. HandShakeRole Server
  19. TTLSKeyRingParms
  20. {
  21. Keyring APAListAKeyRing
  22. }
  23. }

Where




Rate this page

[ Top of Page | Previous Page | Next Page | Contents | Index ]