z/os Connect definitions for keyring instead of file location with ACF2
search cancel

z/os Connect definitions for keyring instead of file location with ACF2

book

Article ID: 272266

calendar_today

Updated On:

Products

ACF2 - z/OS

Issue/Introduction

Convert z/OS connect keystore location from a zfs file location to a keyring location inm http.xml

<keyStore id="OutboundKeyStore"
   location="/usr/lpp/tools/certid.pfx"
   password="x" type="PKCS12"
   fileBased="false" readOnly="true"/>

What is the definition for an ACF2 keyring instead of a zfs file

Environment

Release : 16.0

Resolution

<keyStore id="OutboundKeyStore"
location="safkeyring://owner/ringname"
   type="JCERACFKS"
   fileBased="false" readOnly="true"/>
 
where :

name is the ringname in the ACF2 keyring record.
owner is optional - only needed if the owner of the keyring is not the id currently issuing the request.

If the owner is also issuing the request specify safkeyring:///ringname