We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@brickcap not yet, but maybe soon! :) See #36 and #57. @GUI or @brickcap please close this, as we've got an issue already.
Sorry, something went wrong.
No branches or pull requests
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:-Thanks,
Akshat
The text was updated successfully, but these errors were encountered: