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