letslambda icon indicating copy to clipboard operation
letslambda copied to clipboard

An AWS Lambda function that creates, renew and install your Letsencrypt certificate in your ELB

Results 8 letslambda issues
Sort by recently updated
recently updated
newest added

First I would like to thank you for this great piece of code! It is exactly what I was looking for. Would you mind adding a License file to the...

I have not used CloudFormation much. But in trying to use the instructions in the README.md, I hit a validation error regarding a missing value. It's not clear to me...

Hi, Does this support the --keep-until-expiring certbot method so that we can run daily and it only updates the cert if it has renewed? I am far from a python...

Add a yaml cf template

Letslambda will fail to update an HTTPS listener if it doesn't exists already. This should be created.

In `letslambda.yml`, it's only possible to deploy one certificate per ELB. It would be useful to be able to deploy the certificate onto multiple ELBs

It would be good if letslambda could update a cloudfront distribution with a let's encrypt certificate.

enhancement