lambda-letsencrypt
lambda-letsencrypt copied to clipboard
Free Lets-Encrypt certificate management for CloudFront/AWS
`CustomHeaders` and `QueryStringCacheKeys` parameters are added to appropriate places, as they are now required for CloudFront UpdateDistribution operation. Tested against my S3/CloudFront distribution today and works ok.
I tried to give it a go on a S3 static website. Running the Wizard, it fails at Configuring Lambda Function `Uploading Function An error occurred (InvalidParameterValueException) when calling the...
If an authorization challenge for a domain has expired, LetsEncrypt returns a response like: > {'status': 404, 'type': u'urn:acme:error:malformed', 'detail': u'Expired authorization'} In this event, the code will now delete...
It happens if the files aren't world-readable when you create the zip file in the wizard, the wizard should probably chmod them properly, or just modify their permissions in the...
Found a template where the event rule is configured via CloudFormation, I'm just thinking we could use that to deploy the rule to eliminate all manual things. See an example...
Thanks for such an easy to use and awesome tool! 🔥 Just went through it for the first time and noticed some of the Lambda schedule info was out of...
Update to the CloudFront Origins is missing a CustomHeader that will cause issues. The key is required, but no data needs to be filled in. You can add the following...
The terms URL recently updated (to https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf), and it seems that the method of automatically updating this wasn't functioning. I've changed it to use the error message in the response...
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...
Why would people want to use this over the new [AWS Certificate Manager](https://aws.amazon.com/blogs/aws/new-aws-certificate-manager-deploy-ssltls-based-apps-on-aws/)(ACM)? Advantages: - Available in all regions(ACM is only available in us-east at the moment) - Validates domains...