Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch update acmetool.sh 0.8.9 centmin.sh menu option 22 wp routines

Discussion in 'Centmin Mod Github Commits' started by eva2000, Aug 28, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,864
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    4:48 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update acmetool.sh 0.8.9 centmin.sh menu option 22 wp routines


    various acmetool.sh related fixes including
    - checkdate function format for ssl cert SHA fingerprint
    - fix centmin.sh menu option 22 wordpress auto installer's usage of acmetool.sh for HTTPS default option to generate wordpress specific default HTTPS vhost. This is done by taking inc/wpsetup.inc generated wordpress HTTPS domain.com.ssl.conf file and removing the 1st 12 lines of the file which has HTTP to HTTPS redirect commented out. Then create a separate temp file for the HTTP to HTTPS redirect and then concatenated this temp file with the existing wp generated domain.com.ssl.conf. Result is a new wordpress specific config file for default HTTPS vhost
    - fix LECHECK error check for acme.sh issuance routine to properly detect the error status code after the run

    update inc/wpsetup.inc
    - fix php-rediscache.conf generated include file for the revised updated php.conf include format
    - ensure auto inserted wp-cron.php is only added as a cronjob if it doesn't already exist
    - when letsencrypt https default is selected, ensure wp-cli command updates database home and siteurl to use https default version of the site
    - add support to allow acmetool.sh to determine if the nginx vhost being generated is a wordpress site generated from centmin.sh menu option 22

    Continue reading...

    123.09beta01 branch