A general question.
I have a domain and I use it only for a simple static page.
Also I have a synology nas, that has no dyndns or other acces from external configured. (dont need that)
My goal is to get a wildcard certificate for *.nas.example.com
I need certificates for several docker apps I use on my nas. So I could address them by service.nas.example.com
with sshfs I mounted the webroot of nas.example.com and on my nas I tried to run the acme script.
But I only get
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA. You may need to use an authenticator plugin that can do challenges over DNS.
You can authenticate via DNS-01 manually.
It is not recommended as it can't be easily automated and would require you to repeat those steps prior to the 90 day cert expiration.
That said, if you intend on accessing that site from the Internet, you will need the name to resolve to your IP. And if you don't intend on accessing it from the Internet, then you don't really need a globally signed cert [you could use a private cert and make it last as long as you like].