Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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 Delivered
Workspace IBM i
Categories Security
Created by Guest
Created on Nov 11, 2019

Check expiration certificate

Create a view or an udf who give the expiration date of a certificat SSL.
The same option exist in DCM (manage user certificate and checkexpiration) .
in this case who can create an alerte 30 days before expiration for exemple.


Use Case:

The same option exist In WEBSPHERE and send you an email .


Idea priority Medium
  • Guest
    Reply
    |
    Dec 11, 2020

    IBM believes that the request described has been solved and is available for the IBM i 7.4 and 7.3 releases with IBM i Service QSYS2.CERTIFICATE_INFO().

    SELECT * FROM TABLE(QSYS2.CERTIFICATE_INFO(CERTIFICATE_STORE_PASSWORD=> MYLIB.SYSTEM_CERT_PW))
    WHERE VALIDITY_END < CURRENT DATE + 1 MONTH;

    Information on group PTF levels required and links to knowledge center can be found here: https://www.ibm.com/support/pages/node/1119123

  • Guest
    Reply
    |
    Mar 17, 2020

    IBM agrees with the request and a solution appears to be desirable and feasible. IBM intends to provide a solution. However, IBM's plans may change and no commitment is made that a solution will be provided.

  • Guest
    Reply
    |
    Mar 17, 2020

    IBM has received the requirement and is evaluating it. IBM will provide a response after evaluation is complete.

  • Guest
    Reply
    |
    Feb 17, 2020

    The COMMON Europe Advisory Council (CEAC) has reviewed this requirement and recommends that IBM view this as a HIGH priority requirement that is important to address.

    IBM has stated that IBM i services are the strategic future of system management. The lack of this service leaves a significant gap in the management of any application, specifically certificates can expire without any notification in the base OS so the montoring of this with an IBM i service seems to align with IBM's strategy.

    Background: The CEAC members have a broad range of experience in working with small and medium-sized IBM i customers. CEAC has a crucial role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community and has therefore reviewed your RFE.

    To find out how CEAC help to shape the future of IBM i, see CEAC @ ibm.biz/BdYSYj and the article "The Five Hottest IBM i RFEs Of The Quarter" at ibm.biz/BdYSZT

    Therese Eaton – CEAC Program Manager, IBM

  • Guest
    Reply
    |
    Nov 12, 2019

    Hi

    I like the idea of making this an IBM service, but in the meantime, if I've understood your request, you can do this in 7.4 with a new Retrieve Certificate Usage Information API, Service Program: QICSS/QYCDCUSG.
    https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/apis/qycdrcui.htm

    I hope that helps. Steve