1. 18 Mar, 2024 1 commit
  2. 01 Dec, 2023 1 commit
    • William Lallemand's avatar
      haproxy; don't use '*' in the filename for wildcard domain · e09d45c8
      William Lallemand authored
      By default acme.sh uses the '*' character in the filename for wildcard.
      That can be confusing within HAProxy since the * character in front of a
      filename in the stat socket is used to specified an uncommitted
      transaction.
      
      This patch replace the '*' by a '_' in the filename.
      This is only done when using the default filename, the name can still be
      forced with an asterisk.
      e09d45c8
  3. 30 Nov, 2023 4 commits
    • William Lallemand's avatar
      haproxy: use the master CLI for hot update · 36fc3210
      William Lallemand authored
      DEPLOY_HAPROXY_MASTER_CLI allows to use the HAProxy master CLI instead
      of a stats socket for DEPLOY_HAPROXY_HOT_UPDATE="yes"
      
      The syntax of the master CLI is slightly different, a prefix with the
      process number need to be added before any command.
      
      This patch uses ${_cmdpfx} in front of every socat commands which is
      filled when the master CLI is used.
      36fc3210
    • 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
  4. 24 Oct, 2023 1 commit
  5. 30 Sep, 2021 1 commit
  6. 01 Sep, 2021 1 commit
  7. 02 May, 2020 1 commit
  8. 20 Feb, 2020 1 commit
    • xpac1985's avatar
      haproxy deploy script now compatible with OpenSSL v1.1+ · e184a1b9
      xpac1985 authored
      haproxy deploy script now compatible with OpenSSL v1.1+
      
      The OpenSSL OCSP request for haproxy deployment breaks from OpenSSL v1.1.0 on.
      The format of the `-header` option has been changed and does now contain a `=` instead of a whitespace.
      Other projects have hit the same issue:
      https://github.com/nghttp2/nghttp2/issues/742
      
      This commit determines the OpenSSL/LibreSSL version and then adjusts the request accordingly.
      Also removed the duplicate command line and added some more debug output.
      e184a1b9
  9. 08 May, 2019 1 commit
  10. 28 Sep, 2018 2 commits
  11. 14 May, 2018 4 commits
  12. 10 May, 2018 4 commits
    • andrewheberle's avatar
      Support HAPROXY_DEPLOY_PEM_PATH · ba20af48
      andrewheberle authored
      Adds compatibility to original haproxy deploy hook while still allowing custom PEM file name (via HAPROXY_DEPLOY_PEM_NAME)
      ba20af48
    • andrewheberle's avatar
      whitespace fixes · 707e0539
      andrewheberle authored
      707e0539
    • andrewheberle's avatar
      Fix variable name · c47e67e5
      andrewheberle authored
      c47e67e5
    • andrewheberle's avatar
      Update haproxy deploy hook · 6567bb4c
      andrewheberle authored
      Add functionality to add OCSP stapling info (.ocsp file), issuer (.issuer file) and multi-cert bundles (suffix on pem file based on key type).
      
      This also corrects the order of key, certificate and intermediate in the PEM file, which although HAProxy does not seem to care, was incorrect in the prior version.
      6567bb4c
  13. 04 May, 2018 2 commits
  14. 03 May, 2018 4 commits
  15. 19 Feb, 2017 2 commits
  16. 11 Feb, 2017 1 commit
  17. 05 Feb, 2017 1 commit
    • neilpang's avatar
      exe · b4325026
      neilpang authored
      b4325026
  18. 09 Nov, 2016 1 commit
  19. 25 Oct, 2016 1 commit