Quick Docker python container to be able to install lets encrypt on cloudfront.
- Create a new
docker-compose-example.yml
file with the project name appended to it and save into thecompose
directory.- example:
docker-compose-my-app.yml
- example:
- Fill in the credentials
- run
docker-compose -f compose/docker-compose-PROEJCT.yml up
- Party!
On first run you may need to adjust cloudfront to enforce SSL, and you will get an email when the cert is going to expire, just run again and boom.
DO NOT commit this anywhere public as your keys are visible.