Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #5075

Merged
merged 38 commits into from
Apr 1, 2024
Merged

sync #5075

merged 38 commits into from
Apr 1, 2024

Commits on Aug 25, 2023

  1. Add support for Lima-City

    laraveluser committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ef20a01 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. haproxy: sanitize the PEM in the deploy script

    Sanitize the PEM of the haproxy deploy script by removing the '\n', this
    way it could be injected directly over the CLI.
    wlallemand committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7aaf443 View commit details
    Browse the repository at this point in the history
  2. haproxy: deploy script can update existing certificate over stats socket

    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.
    wlallemand committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0f7be90 View commit details
    Browse the repository at this point in the history
  3. haproxy: deploy script can add a new certificate over the stats socket

    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
    wlallemand committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    98a7a01 View commit details
    Browse the repository at this point in the history
  4. haproxy: use the master CLI for hot update

    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.
    wlallemand committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    36fc321 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. haproxy; don't use '*' in the filename for wildcard domain

    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.
    wlallemand committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e09d45c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update dns_limacity.sh

    laraveluser committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    97723fb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    a6a1de5 View commit details
    Browse the repository at this point in the history
  2. Update dns_limacity.sh

    laraveluser committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ab911f1 View commit details
    Browse the repository at this point in the history
  3. Update dns_limacity.sh

    laraveluser committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7022d27 View commit details
    Browse the repository at this point in the history
  4. Update dns_limacity.sh

    laraveluser committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    42827be View commit details
    Browse the repository at this point in the history
  5. Update dns_limacity.sh

    laraveluser committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7b7c834 View commit details
    Browse the repository at this point in the history
  6. Update dns_limacity.sh

    laraveluser committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ad5acb8 View commit details
    Browse the repository at this point in the history
  7. Update dns_limacity.sh

    laraveluser committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9e073c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. add imdsv2 support to dns_aws

    derytim committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    122dfa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    7da9a45 View commit details
    Browse the repository at this point in the history
  2. remove comments

    derytim committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    bd247c3 View commit details
    Browse the repository at this point in the history
  3. spacing cleanup

    derytim committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b9157e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    22374b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e4e41 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    2cbdf27 View commit details
    Browse the repository at this point in the history
  2. replace wired space symbol

    scruel committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    79640f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Update dns_limacity.sh

    laraveluser committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d3b022f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. dns-record TTL set to 300

    reduce TTL for the TXT record from 3600 to 300 to have an easier way to replicate changes for the dns-verification in case multiple submissions for a specific record/domain are done within an hour.
    hknet committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0bf87bf View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    b2c6b9a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    e3cd52c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request #4581 from wlallemand/haproxy-hot-update

    haproxy deploy hook updates existing certificate over stats socket
    Neilpang committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0588fc6 View commit details
    Browse the repository at this point in the history
  2. fix format

    neil committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2728d2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4979 from derytim/aws_dns_imdsv2

    Aws dns imdsv2
    Neilpang committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    49f6104 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5048 from hknet/patch-1

    dns-record TTL set to 300
    Neilpang committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d2481f5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5032 from scruel/patch-3

    fix(config_migrate): always remove domain old key & replace old value by new value
    Neilpang committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2d4b900 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix: Decode eab_hmac_key as single-line

    This commit resolves the issue #5068.
    annieoxe committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    492826a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    c860425 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. add template option

    aSauerwein committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4fcddd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5072 from aSauerwein/master

    feature: add template option for panos deploy hook
    Neilpang committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    cc5c722 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4757 from laraveluser/master

    Add support for Lima-City
    Neilpang committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    84795ff View commit details
    Browse the repository at this point in the history
  4. fix format

    neil committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c51104f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5069 from annieoxe/decode-eab_hmac_key

    Fix: Decode eab_hmac_key as single-line
    Neilpang committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    fa3d7ad View commit details
    Browse the repository at this point in the history