Want to subscribe to topics you're interested in?
Become a Member

Beta Branch update addons/acmetool.sh 1.0.70 set default CA to letsencrypt in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jan 30, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    54,113
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    11:44 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update addons/acmetool.sh 1.0.70 set default CA to letsencrypt in 123.09beta01

    - acme.sh letsencrypt client changes from August 2021 is to default to ZeroSSL certificates unless you set default CA to Letsencrypt. This update will ensure addons/acmetool.sh default CA is set to use Letsencrypt SSL certificates via variable ACME_DEFAULT_CA='letsencrypt' instead of ZeroSSL when acme.sh client is installed or updated via acmetool.sh and any centmin.sh menu option 2, 22 or nv methods of Nginx vhost generation. Details of this change in acme.sh is outlined by the author at The acme.sh will change default CA to ZeroSSL on August-1st 2021
    - you can also manually force this update via a one time task by running cmupdate command on Centmin Mod 123.09beta01 or higher installs and then manually run acme.sh client update via command:

    Code (Text):
    /usr/local/src/centminmod/addons/acmetool.sh acmeupdate



    or if you have yet to install acme.sh via install command

    Code (Text):
    /usr/local/src/centminmod/addons/acmetool.sh acmeinstall


    Continue reading...

    123.09beta01 branch
     
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    3:44 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Do we have to use ACME_DEFAULT_CA='letsencrypt' at custom config to ensure that all will work as expected?

    Do we need to adjust also the commands for the hostname valid certificate that you recommend to use for Phpmyadmin?
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,113
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    11:44 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    no to both questions

    ACME_DEFAULT_CA is set already by default in addons/acmetool.sh

    and no need to adjust any commands