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
I think it would be a great idea if we can provide a list of domains and generate a certificate for each of them.
Like, instead of providing a single DNS we would be able to say: --dns_list a.com, b.com, c.com.
The text was updated successfully, but these errors were encountered:
Do you see a limitation for configuring these domains in a file?
I am saying this imagining some scenarios where you could have the following structure:
aws_account_1: id: X secret: Y us-east-1: domain1: cert_arn1 domain2: cert_arn2
... and then a CI//CD process could mount this config to the image that would iterate over the accounts, regions and domains.
After mounted the file, the argument could then be --DOMAIN-LIST-FILE=/something/files-list.yml
--DOMAIN-LIST-FILE=/something/files-list.yml
Sorry, something went wrong.
No branches or pull requests
I think it would be a great idea if we can provide a list of domains and generate a certificate for each of them.
Like, instead of providing a single DNS we would be able to say: --dns_list a.com, b.com, c.com.
The text was updated successfully, but these errors were encountered: