Hello.
How do I generate a certificate for *.domain.com? Using devil I only get domain.com and www.domain.com .
I have *.domain.com in my A records (using porkbun because devil says invalid record
when I try to add it).
Hello.
How do I generate a certificate for *.domain.com? Using devil I only get domain.com and www.domain.com .
I have *.domain.com in my A records (using porkbun because devil says invalid record
when I try to add it).
goli To generate the wildcard certificate you need to use any LE client with DNS and wildcard support
You can choose something from: https://letsencrypt.org/docs/client-options/
We can confirm that https://github.com/candango/automatoes works correctly.
Devil will not renew certificates installed manually, so you need to use crontab to run the renewal process periodically.
And remember that LE client need to add TXT record to the domain's DNS (for wildcard certificate) - it can take additional work to automate such a process.