1. 30 Nov, 2023 3 commits
    • William Lallemand's avatar
      haproxy: deploy script can add a new certificate over the stats socket · 98a7a01d
      William Lallemand authored
      DEPLOY_HAPROXY_HOT_UPDATE="yes" now allows to add a new certificate
      within HAProxy instead of updating an existing one.
      
      In order to work, the ${DEPLOY_HAPROXY_PEM_PATH} value must be used as a
      parameter to the "crt" keyword in the haproxy configuration.
      
      The patch uses the following commands over HAProxy stats socket:
      - show ssl cert
      - new ssl cert
      - set ssl cert
      - commit ssl cert
      - add ssl crt-list
      98a7a01d
    • William Lallemand's avatar
      haproxy: deploy script can update existing certificate over stats socket · 0f7be905
      William Lallemand authored
      Since version 2.2, HAProxy is able to update dynamically certificates,
      without a reload.
      
      This patch uses socat to push the certificate into HAProxy in order to
      achieve hot update. With this method, reloading is not required.
      This should be used only to update an existing certificate in haproxy.
      
      2 new variables are available:
      
      - DEPLOY_HAPROXY_HOT_UPDATE="yes" update over the stats socket instead
        of reloading
      
      - DEPLOY_HAPROXY_STATS_SOCKET="UNIX:/run/haproxy/admin.sock" set the path on
        the stats socket.
      0f7be905
    • William Lallemand's avatar
      haproxy: sanitize the PEM in the deploy script · 7aaf4432
      William Lallemand authored
      Sanitize the PEM of the haproxy deploy script by removing the '\n', this
      way it could be injected directly over the CLI.
      7aaf4432
  2. 22 Nov, 2023 1 commit
  3. 21 Nov, 2023 3 commits
  4. 20 Nov, 2023 1 commit
    • neil's avatar
      update · f899d0d8
      neil authored
      f899d0d8
  5. 10 Nov, 2023 1 commit
  6. 04 Nov, 2023 1 commit
  7. 03 Nov, 2023 2 commits
  8. 02 Nov, 2023 2 commits
  9. 01 Nov, 2023 1 commit
  10. 29 Oct, 2023 1 commit
  11. 24 Oct, 2023 1 commit
  12. 22 Oct, 2023 1 commit
  13. 06 Oct, 2023 3 commits
  14. 05 Oct, 2023 1 commit
  15. 26 Sep, 2023 1 commit
  16. 25 Sep, 2023 1 commit
  17. 24 Sep, 2023 1 commit
  18. 20 Sep, 2023 1 commit
  19. 15 Sep, 2023 1 commit
  20. 14 Sep, 2023 1 commit
  21. 13 Sep, 2023 3 commits
  22. 12 Sep, 2023 2 commits
  23. 07 Sep, 2023 1 commit
  24. 06 Sep, 2023 2 commits
  25. 04 Sep, 2023 1 commit
  26. 03 Sep, 2023 1 commit
  27. 02 Sep, 2023 2 commits