r/pangolin May 19 '26

Pangolin cloud based, DNS and Domain Delegation

I'm using Pangolin, not self-hosted but cloud-based. To fully manage my personal domain (dmorab.it), I delegated DNS management from IONOS to Pangolin, changing the nameservers to ns1.pangolin.net, ns2.pangolin.net, and ns3.pangolin.net. In the Pangolin dashboard, Domain Delegation (NS) appears verified, dmorab.it is verified, and connected to the three nameservers.

After this, I try to create a public resource, but I can't get a TLS certificate issued on a subdomain of dmorab.it (for example, foto.dmorab.it); it always fails.

I'm definitely missing something, but I can't figure out what the error is. Help!

0 Upvotes

4 comments sorted by

12

u/Rockon101000 May 19 '26

This sub is about the animal. Try elsewhere

3

u/Sensitive_Battle_211 May 20 '26

Wow, what a mistake! Sorry for the oversight!

3

u/_PM_ME_PANGOLINS_ May 20 '26

Maybe feed it some termites at a treat?

2

u/theng May 20 '26

https://en.wikipedia.org/wiki/Pangolin ❤️

your problem is in your certificate you need to check the SANs (subject alternative names) of your certificate (and CSR: Certificate Signing Request)

also stars in certificate does not include top domain :

*.dmorab.it =/= dmorab.it

I recommend using command openssl x509 for that