Configuration files for installing letsencrypt certificate for aws Elastic Beanstalk AWS Linux 2
- Set
CERT_DOMAINandCERT_EMAILinto Environment properties for your Elastic Beanstalk environment - Check that you use nginx as a proxy
- Put this folders (
.ebextensionsandpostdeploy) in the root folder of you application
- Enable
epelrepository - Install
certbotpython2-certbot-nginxpackages - Issue a certificate for you
CERT_DOMAIN - Create renewal cron task
This version works for one domain only!