What's new

DDNS + Namecheap + Letsencrypt (wildcard)

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

teneff

New Around Here
My current setup:
  • Asus router RT-AX88U
  • Merlin installed
  • NameCheap domain
  • Dynamic IP
Goal:
  • DDSN configuration with NameCheap (working)
  • Obtain *.home.domain.tld certificate
  • Configure nginx reverse proxy + HTTPS for multiple

In NameCheap I have configured both home and *.home as A + Dynamic DNS Record .
In Asus Merlin UI -> WAN -> DDNS I have set Server: NAMECHEAP.COM, Hostname: home.domain.tld, Domain Name: *.home.domain.tld and Enable wildcard: Yes.

Everything seems to be working, but the certificate generated is only issued to CN: home.domain.tld. Isn't that Enable wildcard options exactly for issuing wildcard certificate? Have anyone managed to issue such certificate?




I have also tried copying /etc/inadyn.conf to /jffs/configs/inadyn.conf changing the hostname to

Code:
hostname = { 'home.domain.tld', '*.home.domain.tld' }

as described in the in-a-dyn docs but it doesn't seem to have an effect on the letsencrypt certificate request
 
Last edited:

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top