Skip to content

config files for installing letsencrypt certificate for aws Elastic Beanstalk AWS Linux 2

Notifications You must be signed in to change notification settings

PZBird/aws-eb-linux-2-certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

aws-eb-linux-2-certbot

Configuration files for installing letsencrypt certificate for aws Elastic Beanstalk AWS Linux 2

How to use

  • Set CERT_DOMAIN and CERT_EMAIL into Environment properties for your Elastic Beanstalk environment
  • Check that you use nginx as a proxy
  • Put this folders (.ebextensions and postdeploy) in the root folder of you application

What it does

  • Enable epel repository
  • Install certbot python2-certbot-nginx packages
  • Issue a certificate for you CERT_DOMAIN
  • Create renewal cron task

Notice

This version works for one domain only!

About

config files for installing letsencrypt certificate for aws Elastic Beanstalk AWS Linux 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages