Learn about Centmin Mod LEMP Stack today
Become a Member

Letsencrypt SSL acme.sh

Discussion in 'Add Ons' started by CarpCharacin, Jan 6, 2017.

  1. CarpCharacin

    CarpCharacin Member

    267
    21
    18
    Oct 13, 2016
    Salt Lake City
    Ratings:
    +34
    Local Time:
    6:56 PM
    1.15.x
    MariaDB 10.1
    When I added the vhost for carpcharacin.rocks, I said yes to a LetsEncrypt SSL certificate. It installed acmetool.sh, when Utah Fishkeepers is using acme.sh. I am not sure what I am going t do with carpcharacin.rocks. I just registered the domain because it was cool and created a wordpress site. I could delete it, if it fixed the issue. How do I fix it?

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    10:56 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Not sure i understand the concern ? addons/acmetool.sh is Centmin Mod wrapper script which utilises 3rd party acme.sh client. So technically you need both addons/acmetool.sh + acme.sh to issue and get Letsencrypt SSL certificates as outlined at https://centminmod.com/acmetool :)
     
  3. CarpCharacin

    CarpCharacin Member

    267
    21
    18
    Oct 13, 2016
    Salt Lake City
    Ratings:
    +34
    Local Time:
    6:56 PM
    1.15.x
    MariaDB 10.1
    There are 2 separate crohns.
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    10:56 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. CarpCharacin

    CarpCharacin Member

    267
    21
    18
    Oct 13, 2016
    Salt Lake City
    Ratings:
    +34
    Local Time:
    6:56 PM
    1.15.x
    MariaDB 10.1
    Code:
    11 */23 * * * /usr/local/src/centminmod/tools/autoprotect.sh 2>/dev/null
    0 */4 * * * /usr/bin/cminfo_updater 2>/dev/null
    0 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
    #*/15 * * * * sleep 162s ; wget -O - -q -t 1 http://carpcharacin.rocks/wp-cron.php?doing_wp_cron=1 > /dev/null 2>&1
    16 23 * * * echo carpcharacin.rocks cacheenabler cron; sleep 301s ; rm -rf /home/nginx/domains/carpcharacin.rocks/public/wp-content/cache/cache-enabler/* > /dev/null 2>&1
    0 */8 * * * sleep 197s ;/root/tools/wp_updater_carpcharacin.rocks.sh >/dev/null 2>&1
    
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    10:56 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    looks right to me no duplicates there only one instance of acme.sh cronjob
    Code (Text):
    0 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
    
     
  7. CarpCharacin

    CarpCharacin Member

    267
    21
    18
    Oct 13, 2016
    Salt Lake City
    Ratings:
    +34
    Local Time:
    6:56 PM
    1.15.x
    MariaDB 10.1
    That is good to know. I am glad that I didn't mess anything up :ROFLMAO: