Join the community today
Become a Member

Letsencrypt Updated to ACMEv2? Here's how Netlify made the change and began using wildcard certificates

Discussion in 'Domains, DNS, Email & SSL Certificates' started by pamamolf, Jun 14, 2019.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,087
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    6:46 PM
    Nginx-1.25.x
    MariaDB 10.3.x
  2. eva2000

    eva2000 Administrator Staff Member

    54,907
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    2:46 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah Centmin Mod's acmetools.sh uses acme.sh client which is already v2 supported. Though for nginx vhost generation via centmin.sh menu option 2, 22 and nv commands it's still issuance per domain name SSL certs with letsencrypt due to the logic involved. Though technically you can manually do acme.sh client wildcards if you want to in Centmin Mod 123.09beta01 for initial letsencrypt ssl cert issuance and it will auto renew. Just slight modification to step 4 outlined at Migrating Existing Nginx Vhost From HTTP to HTTP/2 based HTTPS With Letsencrypt SSL Certificates with appropriate acme.sh options for wildcard SSL certificates and modification to Nginx vhosts' server_name(s).
     
  3. fabianski

    fabianski Member

    102
    14
    18
    Feb 20, 2019
    Ratings:
    +36
    Local Time:
    1:46 PM
    I'm a bit confused about how to do this.
    I have a subdomain pointed to nixstats, it is for a monitoring page, and it does not have an ssl certificate.

    There is also a subdomain to access phpmyadmin.

    Would a wildcard certificate solve this?

    Is this possible in centminmod?
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,907
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    2:46 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    centmin.sh menu option 2, 22 and nv commands it's still issuance per domain name SSL certs with letsencrypt due to the logic involved.