Get the most out of your Centmin Mod LEMP stack
Become a Member

SSL Add functionality on Centminmod to auto enable commercial ssl certificates?

Discussion in 'Feature Requests & Suggestions' started by pamamolf, Nov 26, 2016.

  1. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    10:14 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    Hello :)

    I was wondering if it is possible to add to Centminmod an addon that will auto install commercial ssl certificates?

    The user should upload on a specific folder or the script ask for ssl certificate files and then do some magic and enable it :)


    Thank you
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,797
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    5:14 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. pamamolf

    pamamolf Well-Known Member

    4,101
    428
    83
    May 31, 2014
    Ratings:
    +838
    Local Time:
    10:14 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    One last question:

    If i copy the self signed or let's encrypt certificate files from one server to another they will work or i have to re generate them every time on any new server?

    Thank you
     
  4. Ahmad

    Ahmad Active Member

    209
    80
    28
    Apr 13, 2015
    Ratings:
    +150
    Local Time:
    9:14 PM
    1.9.9
    10.1.10
    You can copy them, just as you would do with purchased SSL certs :)
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,797
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    5:14 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah if you copy them from /usr/local/nginx/conf/ssl/yourdomain.com directory along with nginx vhost files (/usr/local/nginx/conf/conf.d/yourdomain.com.conf and /usr/local/nginx/conf/conf.d/yourdomain.com.ssl.conf), they will work. One thing is with letsencrypt they need auto renewal as they have 90 day expiry, so you need to setup addons/acmetool.sh via acmeinstall command on new server
    Code (Text):
    ./acmetool.sh acmeinstall

    and then copy over the /root/.acme.sh/yourdomain.com directory too which contains the details acme.sh client needs for auto renew cronjobs.