-
Notifications
You must be signed in to change notification settings - Fork 54
Do not create PEM by default #4241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v3.x/staging
Are you sure you want to change the base?
Conversation
Signed-off-by: 1000TurquoisePogs <[email protected]>
|
build 7215 SUCCEEDED. |
|
Test workflow 6273 is started. |
|
build 7392 SUCCEEDED. |
|
Test workflow 6385 is started. |
Signed-off-by: 1000TurquoisePogs <[email protected]>
|
build 7865 SUCCEEDED. |
Signed-off-by: 1000TurquoisePogs <[email protected]>
|
build 7866 SUCCEEDED. |
|
Test workflow 6760 is started. |
|
Test workflow 6761 is started. |
Depends upon zowe/zlux-server-framework#596
Because zowe/zlux-server-framework#596 is adding PKCS12 support to the app-server, the only known server that used the PEM files zwe creates no longer needs them.
As PEM is generally not recommended to use, this change both allows them to not exist, and changes zwe to not create them by default.
Those that really need them can still create them via
zwe init --create-pem.