Information
The SAF Keyrings is a z/OS facility to hold the certificates that are used during the SSL/TLS communication.
On z/OS using the native z/OS facilities like the SAF Keyrings to manage the SSL/TLS certificates is recommended.
Solution
Configure the location attribute in the keyStore elements referenced by the SSL configurations to point to a valid SAF Keyring location that contains the SSL/TLS certificates and set the fileBased attribute to false in ${server.config.dir}/configDropins/overrides/<any file name>.xml
<keyStore id="DefaultKeyStore" location="safkeyring:///Keyring.LIBERTY" type="JCERACFKS" fileBased="false" readOnly="true" />
<keyStore id="DefaultTrustStore" location="safkeyring:///Keyring.LIBERTY" type="JCERACFKS" fileBased="false" readOnly="true" />