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 Future consideration
Workspace z/OS
Categories z/OSMF
Created by Guest
Created on Dec 5, 2022

PKI client service within z/OS to access external PKI for certificate request/(auto)approval

PKI Services (z/OS2.5) supports the following EST functions:
1. cacerts: requests the EST CA certificates (the whole chain of the issuers' certificates) using Simple PKI Request.
2. simpleenroll: requests a certificate with supplied public key using Simple PKI Request.
3. simplereenroll : requests a renew or rekey certificate with supplied public key using Simple PKI Request.

IDEAS request:

PKI as a CLIENT, which is able to interact with an external PKI solution (onPrem/public)
- cert requests, (auto)aprovals, notfications, etc.
- using standard protocol EST
EST is standardized by RFC7030, which profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport (RFC5272 - updated by RFC6402).

- ACME or WSTEP as alternatives ?


Idea priority Medium
  • Guest
    Reply
    |
    Mar 4, 2024

    Seems to be a similar idea to ZOS-I-2785...

    It would really be helpful to have it integrated into zSecure oder z/OSMF in order to automatically/manually request and receive certificates issued by a non-mainframe PKI, using a secure communication channel between non-mainframe PKI and the mainframe. Customers have to do a lot of insecure manual work of uploading and copying to install certificates within RACF. A higher priority would be highly appreciated from a customers perspective, as certificate management is a critical business process and desperately needed to secure mainframe communication.

  • Guest
    Reply
    |
    Apr 13, 2023

    Update 28.02.2023


    Desired Solution

    Single point of admin for z/OS required certificates, issued and maintained by NON-zOS PKI

    API based PKI-Client solution to access external PKI solution based on EST/ACME protocol

    (Alternative Ansible Playbook is not strategic yet, would be possible later)


    Functional requirements

    - Generate cert with RACDCERT cmd

    - Send signing request to PKI (option : request autoaproval)

    - Get back signed cert

    - Add to Keyring(s), synchronized with Sysplex members

    - Renew/Rekey of certs (reminder notification is subject to PKI !)

    - Revocation request (revocation and CRL maint is subject to PKI !)


    Nonfunctional requirements

    - Easy upgrade (FMID?), i.e. in case of protocol changes

    - To be used both programmatically (batch) and

    - Via graphical front end, for instance z/OSMF or zSecure Admin

    - Auditable (today: SMF 80 to zSecure Audit)


    Solution(s): PKI ‘client’ EKMF/web APIs
    alternatively : OpenSource (Curl supported) ?