3b5b944048
While doing research for this bugzilla[1] I found that since the
actual certificate PEM file is being bind mounted the mount is acting
as a hard link to the inode of the PEM rather than just a pointer to
it's location in the directory. When the new file is copied over the
inode is updated but the container still maintains a link to the stale
inode. This patch copies the contents of the certificate into the
container so that the HUP of HAProxy will reload the certificate.
[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1765839
Change-Id: Idf106c9ffa23ed00c497e1e5014e1b5718254320
Closes-Bug: 1871663
(cherry picked from commit
|
||
---|---|---|
.. | ||
certmonger-dashboard-refresh.sh | ||
certmonger-grafana-refresh.sh | ||
certmonger-haproxy-refresh.sh | ||
certmonger-metrics-qdr-refresh.sh | ||
certmonger-neutron-dhcpd-refresh.sh | ||
certmonger-novnc-proxy-refresh.sh | ||
certmonger-rabbitmq-refresh.sh | ||
certmonger-redis-refresh.sh | ||
certmonger-rgw-refresh.sh | ||
cm_ipa_subca_wrapper.py | ||
mysql_ed25519_password.py | ||
stunnel.service |