We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
certbot offers a functionality with which you can create a single certificate for multiple subdomains using a command like this:-
certbot-auto -d one.example.com -d two.example.com -d three.example.com -d example.org
Can we do the same with lua-resty-auto-ssl? Or does it create a different certificate for each of the sub-domains?
PS: It seems that dehydrated also offers a -d flag:-
-d
--domain (-d) domain.tld Use specified domain name(s) instead of domains.txt entry (one certificate!)
Thanks, Akshat