Skip to content
New issue

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

Extend list of domains #1

Open
fbormann opened this issue Nov 7, 2019 · 1 comment
Open

Extend list of domains #1

fbormann opened this issue Nov 7, 2019 · 1 comment

Comments

@fbormann
Copy link

fbormann commented Nov 7, 2019

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.

@marpontes
Copy link
Contributor

marpontes commented Nov 8, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants