Describe the bug
The apiml_cm.sh script fails unless the zosmf keyring is set to IZUKeyring.IZUDFLT
This value is present in /var/zosmf/configuration/servers/zosmfServer/bootstrap.properties
in the tag below:
izu.ssl.key.store.saf.keyring=IZUKeyring.WINMVS3B
Note: the bootstrap.properties file is read-protected on some systems
bootstrap.prope File rw------- fff--- --s- ---- IZUSVR IZUADMIN
Expected behavior
Some part of the Zowe install process should obtain the correct value of the keyring.
Additional context
This might be done by the api-layer, or zowe-install-packaging.
Describe the bug The
apiml_cm.sh
script fails unless the zosmf keyring is set toIZUKeyring.IZUDFLT
This value is present in/var/zosmf/configuration/servers/zosmfServer/bootstrap.properties
in the tag below:izu.ssl.key.store.saf.keyring=IZUKeyring.WINMVS3B
Note: the
bootstrap.properties
file is read-protected on some systemsbootstrap.prope File rw------- fff--- --s- ---- IZUSVR IZUADMIN
Expected behavior Some part of the Zowe install process should obtain the correct value of the keyring.
Additional context This might be done by the api-layer, or zowe-install-packaging.