puppet-tripleo/releasenotes/notes/HAProxy-CRL-d05b555f92ff55ed.yaml
Juan Antonio Osorio Robles c8d2a1133e Use CRL for HAProxy
This sets up the CRL file to be triggered on the certmonger_user
resource. Furtherly, HAProxy uses this CRL file in the member options,
thus effectively enabling revocation for proxied nodes.

So, if a certificate has been revoked by the CA, HAProxy will not proxy
requests to it.

bp tls-via-certmonger

Change-Id: I4f1edc551488aa5bf6033442c4fa1fb0d3f735cd
2017-06-08 16:57:18 +03:00

7 lines
271 B
YAML

---
security:
- If the crl_file parameter is given to the ::tripleo::haproxy resource and
TLS is enabled in the internal network, it will configure the CRL file for
all the nodes it's proxying and thus properly handle revocation of the
server certificates.