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
Release : 16.0
<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