The JCLCheck REST API is currently configured to use Keystore. RACF Keyring needs to be added, and the "jclcheck.yml" file is coded as follows:
ssl:
keyAlias: localhost
keyPassword: password
keyStore: safkeyring:////my_racf_id/my_key_ring
keyStorePassword: password
keyStoreType: JCERACFKS
trustStore: safkeyring:////my_racf_id/my_key_ring
trustStoreType: JCERACFKS
trustStorePassword: password
With the above configuration, the JCLCheck REST server ends with rc 100: HttpsConfigError: unknown protocol: safkeyring
What is the correct setup to use the RACF Keyring?
Release : 12.0
Component : JCLCheck Workload Automation
Sample "jclcheck.yml" file to use the RACF Keyring: