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

Certificate using invalid paths #21

Open
9b opened this issue Jun 29, 2016 · 2 comments
Open

Certificate using invalid paths #21

9b opened this issue Jun 29, 2016 · 2 comments

Comments

@9b
Copy link

9b commented Jun 29, 2016

When uploading certificates to use for CloudFront, they must be pre-pended with "/cloudfront/" in order for them to become usable by the distribution. If this is not done, they will get uploaded via IAM, but will not show up.

Replacing:
Path="/letsencrypt_lambda/",

With
Path="/cloudfront/letsencrypt_lambda/",

Reference: https://github.com/ubergeek42/lambda-letsencrypt/blob/master/lambda_function.py#L203

@ubergeek42
Copy link
Owner

ubergeek42 commented Jun 29, 2016

I don't know how I missed that. Sorry :/

Is everything working after that change now?

(Fixed in: 348b4a1)

@9b
Copy link
Author

9b commented Jun 29, 2016

It's okay! I spent a good couple hours today churning through the script from scratch. Revealed a lot of gaps in the documentation and learned a good bit about AWS. I actually created too many certificates for my current domain, so I will need to test after setting something new up.

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