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

util to request SSL certificates in multiple regions #47

Open
andreineculau opened this issue Nov 19, 2018 · 0 comments
Open

util to request SSL certificates in multiple regions #47

andreineculau opened this issue Nov 19, 2018 · 0 comments
Assignees

Comments

@andreineculau
Copy link
Contributor

cloudfront and api-gateway (edge-optimized) require certificates to be placed in n.virginia

but other scenarios (e.g. api-gateway regional) require regional certificates e.g. an api-gateway in ireland will only be able to use certificates from the ireland certificate manager

in order to skip a few manual hops, a utility could read the necessary details, request the SSL certificates (and if DNS is the validation method, it can print out the required DNS entries)

another util could read the output from the first util, and make the necessary dns changes. Two utils are needed, not just from the perspective of the KISS principle, but also because requesting SSL certificates may happen in a different account than the one that manages the DNS

@andreineculau andreineculau self-assigned this Nov 19, 2018
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

1 participant