Want more timely Centmin Mod News Updates?
Become a Member

[Solved] acme.sh error

Discussion in 'Bug Reports' started by hardousse, Feb 17, 2018.

  1. hardousse

    hardousse Active Member

    169
    35
    28
    Dec 15, 2015
    Sweden
    Ratings:
    +57
    Local Time:
    11:49 AM
    1.11.*
    10.1*
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit
    • Centmin Mod Version Installed:123.09beta01
    • Nginx Version Installed: i.e. 1.11.8
    • PHP Version Installed: 7.2.0
    • MariaDB MySQL Version Installed:10.1.21
    • When was last time updated Centmin Mod code base ? : i.e. run centmin.sh menu option 23 submenu option 2
    • Persistent Config: Do you have any persistent config file options set in /etc/centminmod/custom_config.inc ? You can check via this command:


      cat /etc/centminmod/custom_config.inc:
      Code:
      NGINX_PAGESPEED='y'
      NGINX_ZLIBCUSTOM='y'
      ORESTY_LUANGINX=n
      NGINX_XSLT='n'
      NGINX_LIBBROTLI='y'
      NGXDYNAMIC_XSLT='n'
      NGXDYNAMIC_IMAGEFILTER='y'
      NGXDYNAMIC_GEOIP='y'
      NGXDYNAMIC_STREAM='y'
      NGXDYNAMIC_HEADERSMORE='y'
      NGXDYNAMIC_SETMISC='y'
      NGXDYNAMIC_ECHO='y'
      NGXDYNAMIC_SRCCACHE='y'
      NGXDYNAMIC_MEMC='y'
      NGXDYNAMIC_REDISTWO='y'
      NGXDYNAMIC_NGXPAGESPEED='y'
      NGXDYNAMIC_BROTLI='y'
      PHPMSSQL='y'
      PHP_PGO='y'
      PHP_PGO_CENTOSSIX='y'
      NGINX_DEVTOOLSETGCC='y'
      GENERAL_DEVTOOLSETGCC='y'
      CLANG='n'
      LIBRESSL_SWITCH='n'
      NGX_GSPLITDWARF='y'
      PHP_GSPLITDWARF='y'
      NGX_LDGOLD='y'
      NGINX_UPDATEMAINTENANCE=y
      PHP_UPDATEMAINTENANCE=y
      MARIADB_UPDATEMAINTENANCE=y
      LETSENCRYPT_DETECT='y'
      DUALCERTS='y'
      ACMETWO_API='y'
      NGINX_SPDY='n'
      PHPFINFO='y'
      DEVTOOLSETSIX='n'
      DEVTOOLSETSEVEN='y'
      DEVTOOLSETEIGHT='n'
      NGINX_DEVTOOLSETGCC='y'
      OPENSSLECDSA_PATCH='y'
      OPENSSLECDHX_PATCH='y'
      ACME_MUSTSTAPLE='y'

      when i try to install acme.sh addons i get this error:

    • Code:
      -----------------------------------------------------
      installing acme.sh client...
      -----------------------------------------------------
      Cloning into 'acme.sh'...
      fatal: Remote branch 2 not found in upstream origin
      ./acmetool.sh: line 503: cd: acme.sh: No such file or directory
      ./acmetool.sh: line 516: ./acme.sh: No such file or directory
      ./acmetool.sh: line 521: /root/.acme.sh/acme.sh: No such file or directory
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    6:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    disable ACMETWO_API='y' as it's no longer needed as Acme v2 API is merged into main branch
     
  3. hardousse

    hardousse Active Member

    169
    35
    28
    Dec 15, 2015
    Sweden
    Ratings:
    +57
    Local Time:
    11:49 AM
    1.11.*
    10.1*
    thank you