HewlettPackard / ilo-ansible-collection

Ansible Collection and Sample Playbooks for HPE iLO
Apache License 2.0
40 stars 20 forks source link

ILO 6 SSL import with Ansible #27

Open serdargitthub opened 6 months ago

serdargitthub commented 6 months ago

We can import existing SSL certificates (even wildcard) to ILO 6 without creating a CSR. This can be done using the "Import an SSL Certificate & Private Key" option in the Security menu. However, I couldn't find a script in the ilo-ansible-collection package that can perform this action. Also, I couldn't find any HPONCFG command that can do this. It would be very helpful to have a playbook in the ilo-ansible package to import SSL certificates. Thank you.