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

Generate internal SSL Certificate as part of aws-resource #221

Open
mbloch1986 opened this issue Aug 19, 2020 · 0 comments
Open

Generate internal SSL Certificate as part of aws-resource #221

mbloch1986 opened this issue Aug 19, 2020 · 0 comments

Comments

@mbloch1986
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The user shouldn't provide a SSL Certificate for configuring the internal SSL communication in the AEM Keystore. Instead a certificate should be generated in AWS ACM. The ARN of the certificate gets stored in the SSM Parametr Store which packer-aem will consume to retrieve the ACM ARN from.

Describe the solution you'd like
as described above.

  • As part of aws-resource generate a certificate in AWS ACM
  • store ARN in SSM Parameter Store
  • Consume SSM Parameter Store name in Packer-AEM to retrieve the Certificate + private key
  • One Input paramter less to worry about for the user

Additional context
We have to check if you can retrieve the private key from the ACM, as the AEM Keystore requires the Private Key for configuring SSL.

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