Discover Centmin Mod today
Register Now

Beta Branch acmetool.sh 0.8.6 add Cloudflare API support for DNS Mode

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

  1. eva2000

    eva2000 Administrator Staff Member

    54,909
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    12:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    acmetool.sh 0.8.6 add Cloudflare API support for DNS Mode


    Code (Text):
    ###############################################################
    # Cloudflare DNS API for DNS Mode
    # https://github.com/Neilpang/acme.sh/tree/master/dnsapi
    # login to your Cloudflare account to get your API Key in
    # My Settings section of your account
    # to ensure these settings persist DO NOT change them in this
    # script but set these variables in persistent config file at
    # /etc/centminmod/acmetoool-config.ini
    # set to CF_DNSAPI='y' and fill in CF_KEY and CF_EMAIL settings
    CF_DNSAPI='n'
    CF_KEY=''
    CF_EMAIL=''
    ###############################################################
    


    Example with CF_DNSAPI='y', CF_KEY= and CF_EMAIL= set and running DNS Mode via certonly-issue command
    Code (Text):
    ./acmetool.sh certonly-issue acme9.domain1.com
    


    Continue reading...

    123.09beta01 branch