项目作者: HausCloud
项目描述 :
Easier secure Elastic Beanstalk environments
高级语言: Shell
项目地址: git://github.com/HausCloud/AWS-EB-SSL.git
AWS-EB-SSL
Easy secure (single instance) Elastic Beanstalk apps
Prerequisites
Usage
- Connect and pull down your application
eb init
eb labs download
- Clone this repository
- Modify CERTBOT_NAME, CERTBOT_EMAIL, and CERTBOT_DOMAINS in the bash script
- Copy both ebextensions and platform folders into your environment
- Deploy your app
# Packages into zip and uploads
eb deploy
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Python 3.8 running on 64bit Amazon Linux 2/3.2.1
- Node.js 14 running on 64bit Amazon Linux 2/5.3.1
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments