Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace z/OS
Created by Guest
Created on Aug 31, 2023

TN3270 should provide a Display command on the Cached Certificate

TN3270 caches the CERT when it is started.  There is no way to identified what the name of the CERT is that is cached. Or when it will expire.  It would be helpful to be able to issue a DISPLAY Command (MVS Command) to request the name of the CERT and Expiration date of the CERT.  This would allow a shop to automate notification of expiration of a cert.  Or to be able to easily identify a cert issue.

Currently an SVC Dump of the GSKSRVR task is the only way to identify the cert that is cache

Idea priority Low
  • Guest
    Reply
    |
    Sep 29, 2023
    The need to understand which certificates are being used by a given server on z/OS is not limited to the TN3270E server. Rather, it is a universal need. There are already RACF commands you can use to list the contents of a given server?s keyring (RACDCERT LISTRING) as well as the contents of the certificates (RACDCERT LIST) and even the trust chain for a given certificate (RACDCERT LISTCHAIN). All you need to know is the name of the keyring that your server is using, which is something that needs to be configured for the server (in the case of the TN3270 server, it needs to be coded in the AT-TLS rule protecting the TN3270 server port). We suggest you use these commands or commands like them if you are using ACF2 or TSS as your ESM.