You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: