zowe / zen

Eclipse Public License 2.0
1 stars 6 forks source link

Install Wizard Advanced Certificate setup, list, and validate page #67

Open jp669844 opened 1 year ago

jp669844 commented 1 year ago

There are 5 scenarios (outlined here: docs.zowe.org, or zowe.yaml). At least one of them shall be implemented as screens in ZEN 1.0.0 - need a decision on what is the most common scenario so far.

1000TurquoisePogs commented 1 year ago

Could we write a program that runs under the STC user which does in order:

if it fails at any step, that step roughly tells us what is wrong.

this would imply that zwe init security has run beforehand, otherwise the STC user may not exist.

often, zowe needs to connect with zosmf, so the CAs need to be good for that. could we write a program that tries to reach zosmf using the truststore the user provided, and check what kind of failure we get?

1000TurquoisePogs commented 1 year ago

the api-layer repo already has a java tool that i hope can do some or all of this: https://github.com/zowe/api-layer/tree/v2.x.x/certificate-analyser