Learn about Centmin Mod LEMP Stack today
Become a Member

Hello forum!

Discussion in 'Introductions' started by RB1, Nov 11, 2016.

  1. RB1

    RB1 Active Member

    292
    75
    28
    Nov 11, 2016
    California
    Ratings:
    +122
    Local Time:
    8:48 PM
    Nginx 1.21.x
    MariaDB 10.1.x
    Hi,
    I've been using Centmin mod for a couple months now and I'm still learning. I've never managed a server via SSH before (only cPanel).

    I'm currently running 123.09beta01 and trying to get Let's Encrypt SSL setup but I'm having some trouble. I have LETSENCRYPT_DETECT='y' in my config and I've run option 23 submenu 2 but I'm getting the error "No such file or directory" on ./acmetool.sh.


    I guess my question belongs in the support forums :)
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,934
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    1:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    welcome @RB1 to Centmin Mod Community

    Thanks for trying the 123.09beta01 build as it will be next stable release and well has alot of improvements if you check 2nd post change log at Beta Branch - Centmin Mod .09 beta branch Testing. For acmetool.sh check out this thread and this page Centmin Mod Menu - CentminMod.com LEMP Nginx web stack for CentOS which outlines how to get to the Centmin Mod menu options and directory. The addons/acmetool.sh belongs in /usr/local/src/centminmod/addons/acmetool.sh so to get there in SSH type commands below where cmdir is an alias just for cd /usr/local/src/centminmod
    Code (Text):
    cmdir
    cd addons
    ./acmetool.sh

    or accessing centmin.sh
    Code (Text):
    cmdir
    ./centmin.sh


    Threads you might want to participate in ;)

    Threads & Info To Bookmark



    Threads to read, pages to bookmark and threads to watch/subscribe to get to know Centmin Mod would include:

    Centmin Mod Insights Forum



    The Centmin Mod Insights forums digs deeper into the inner workings of Centmin Mod so some useful threads in this forum include:

    Premium Membership


     
  3. RB1

    RB1 Active Member

    292
    75
    28
    Nov 11, 2016
    California
    Ratings:
    +122
    Local Time:
    8:48 PM
    Nginx 1.21.x
    MariaDB 10.1.x
    Thanks for the reply!
    I like the shortcut "centmin", gets me right where I want to go :)