项目作者: HausCloud

项目描述 :
Easier secure Elastic Beanstalk environments
高级语言: Shell
项目地址: git://github.com/HausCloud/AWS-EB-SSL.git
创建时间: 2020-05-10T04:41:01Z
项目社区:https://github.com/HausCloud/AWS-EB-SSL

开源协议:MIT License

下载


AWS-EB-SSL

Easy secure (single instance) Elastic Beanstalk apps

Prerequisites

Usage

  1. Connect and pull down your application
    1. eb init
    2. eb labs download
  2. Clone this repository
  3. Modify CERTBOT_NAME, CERTBOT_EMAIL, and CERTBOT_DOMAINS in the bash script
  4. Copy both ebextensions and platform folders into your environment
  5. Deploy your app
    1. # Packages into zip and uploads
    2. 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Tested platforms

  • 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