Open dkelosky opened 2 months ago
@dkelosky This seems to be a bug in the disabled scenario. In a disabled scenario, we shouldn't be loading the key at all. As the disabled scenario is not usually used and definitely not recommended to be used, I believe it's of a Low priority.
For a newly installed Zowe 2.18 instance, I configured
zwe init
with "Certificate setup scenario 3" without specifying a "SAN".At startup with
verifyCertificates: DISABLED
I get:At startup with
verifyCertificates: NONSTRICT
I get:The latter gives some insight into the true problem I was facing. However, I'm curious: is it possible to give a better (and consistent) error for the scenario I faced? That is where no certificate appears to have been generated?