-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add a module for managing certificates in the HMC #401
Labels
Milestone
Comments
Currently, the HMC does not provide any APIs for that. |
andy-maier
added a commit
that referenced
this issue
Jun 8, 2021
Details: * Added module parameters 'ca_certs' and 'verify' to all modules (issue #401) Signed-off-by: Andreas Maier <[email protected]>
andy-maier
added a commit
that referenced
this issue
Jun 8, 2021
Details: * Added module parameters 'ca_certs' and 'verify' to all modules (issue #401) Signed-off-by: Andreas Maier <[email protected]>
andy-maier
added a commit
that referenced
this issue
Jun 8, 2021
Details: * Added module parameters 'ca_certs' and 'verify' to all modules (issue #401) * Increased minimum version of zhmcclient to 0.31.0 in order to have the support for certificate verification. Signed-off-by: Andreas Maier <[email protected]>
andy-maier
added a commit
that referenced
this issue
Jun 8, 2021
Details: * Added module parameters 'ca_certs' and 'verify' to all modules (issue #401) * Increased minimum version of zhmcclient to 0.31.0 in order to have the support for certificate verification. Signed-off-by: Andreas Maier <[email protected]>
andy-maier
added a commit
that referenced
this issue
Jun 8, 2021
Details: * Added module sub-parameters 'ca_certs' and 'verify' to the 'hmc_auth' module parameter of all modules. (issue #401) * Changed module input parameter 'hmc_auth.userid' to no longer be hidden in logs, for better debugging. The password is still hidden in any logs. * Increased minimum version of zhmcclient to 0.31.0 in order to have the support for certificate verification. Signed-off-by: Andreas Maier <[email protected]>
andy-maier
added a commit
that referenced
this issue
Jun 8, 2021
Details: * Added module sub-parameters 'ca_certs' and 'verify' to the 'hmc_auth' module parameter of all modules. (issue #401) * Changed module input parameter 'hmc_auth.userid' to no longer be hidden in logs, for better debugging. The password is still hidden in any logs. * Increased minimum version of zhmcclient to 0.31.0 in order to have the support for certificate verification. Signed-off-by: Andreas Maier <[email protected]>
vkathir82
pushed a commit
that referenced
this issue
Jun 9, 2021
Details: * Added module sub-parameters 'ca_certs' and 'verify' to the 'hmc_auth' module parameter of all modules. (issue #401) * Changed module input parameter 'hmc_auth.userid' to no longer be hidden in logs, for better debugging. The password is still hidden in any logs. * Increased minimum version of zhmcclient to 0.31.0 in order to have the support for certificate verification. Signed-off-by: Andreas Maier <[email protected]>
Closed
andy-maier
changed the title
Add a module for managing security certificates in the HMC
Add a module for managing certificates in the HMC
Jan 13, 2024
As of HMC 2.16, certificates of type "secure-boot" can be managed. This makes it worthwhile to add a module for managing certificates. The module should be generic enough so that future certificate types can also be managed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See Slack channel.
The text was updated successfully, but these errors were encountered: