Here is my full docker-compose for traefik, i don't use anything else to configure traefik - https://pastebin.com/raw/GGAAwXBj
Pointing out the most relevant section from the compose
Here is a link to my redacted acme.json file - https://pastebin.com/raw/fbrtuKb4.
As evident from above json file, the first certificate is generated fine namely example.com & *.example.com are correctly present inside main and sans block but for the second certificate, *.adguard.example.com is directly present in the main block while sans block is missing altogether.
I did knew about this one but quite unsure if it would work as intended
Correct me if i am wrong, assuming the following creates a wildcard certificate for example.com
Unfortunately i am not even able to access the traefik dashboard itself for some reason, pretty sure the certificates wouldn't have been generated too. Logs - https://pastes.io/raw/uiqmj2628x
Edit - i fixed all acme issues by fixing my volume mounts.
Proceeding forward, i checked for the original problem for which this thread was posted, it didn't seemed to have went as expected, have a look at my redacted acme.json file here - https://pastebin.com/raw/fbrtuKb4
Here is a link to my redacted acme.json file - https://pastebin.com/raw/fbrtuKb4.
As evident from above json file, the first certificate is generated fine namely example.com & *.example.com are correctly present inside main and sans block but for the second certificate, *.adguard.example.com is directly present in the main block while sans block is missing altogether. After much digging, i still haven't been able to find anything substantial yet