summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tls_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Generate TLS certificates with validity time in the pastDmitry Tantsur2020-12-101-3/+15
| | | | | | | Otherwise a slight clock skew may prevent them from working, see e.g. https://bugzilla.redhat.com/show_bug.cgi?id=1906448. Change-Id: Icea103af06edef16c0dc4578877dc04cd6ec3b0c
* Generate a TLS certificate and send it to ironicDmitry Tantsur2020-09-111-0/+111
Adds a new flag (on by default) that enables generating a TLS certificate and sending it to ironic via heartbeat. Whether ironic supports auto-generated certificates is determined by checking its API version. Change-Id: I01f83dd04cfec2adc9e2a6b9c531391773ed36e5 Depends-On: https://review.opendev.org/747136 Depends-On: https://review.opendev.org/749975 Story: #2007214 Task: #40604