lambda-letsencrypt icon indicating copy to clipboard operation
lambda-letsencrypt copied to clipboard

Certificate using invalid paths

Open 9b opened this issue 8 years ago • 2 comments

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

9b avatar Jun 29 '16 01:06 9b

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

Is everything working after that change now?

(Fixed in: 348b4a10ef554e325cec7ea873fdfcb4e048fe48)

ubergeek42 avatar Jun 29 '16 01:06 ubergeek42

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.

9b avatar Jun 29 '16 02:06 9b