It looks like omero-certificates is being run before any CONFIG_ environment variables have been set, thus the config map when read in omero-certificates is not configurable. E.g. If you want to change the default directory used to write the PKCS12 then the following will be ignored and /OMERO/certs used instead as it's the default in omero-certificates itself.
CONFIG_omero_glacier2_IceSSL_DefaultDir: "/tmp"
It looks like
omero-certificatesis being run before anyCONFIG_environment variables have been set, thus the config map when read inomero-certificatesis not configurable. E.g. If you want to change the default directory used to write the PKCS12 then the following will be ignored and/OMERO/certsused instead as it's the default inomero-certificatesitself.