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

Feature/certificates cloudformation template #3

Merged
merged 5 commits into from
Jun 14, 2018

Conversation

rpigu-i
Copy link
Collaborator

@rpigu-i rpigu-i commented Jun 12, 2018

Adding this in for review/discussion.

I've created a separate file for the certificate manager stuff as well so we can start to split this out if we are happy with it. If so I'll add the file and push to this branch.

Copy link
Contributor

@facundovictor facundovictor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
We should add at least another parameter for supporting wildcard certificates.

DomainName: !Ref "Domain"
DomainValidationOptions:
- DomainName: !Ref "Domain"
ValidationDomain: !Ref "Domain"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the DomainName, we may also want to have another parameter for if we want to setup a certificate to protect all subdomains under that DomainName (wilcard).

Also, the SubjectAlternativeNames would be useful if the page would require to be accessed by an alternative domain.

Reference: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. Did some reading up on this last night. I'll merge this in and we can then apply these changes today.

Thanks

@rpigu-i rpigu-i merged commit 5b7416d into master Jun 14, 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

Successfully merging this pull request may close these issues.

None yet

2 participants