Elasticbeanstalk configuring HTTPS on Single Instance of Python: null values are not allowed in templates

前端 未结 1 1769
旧巷少年郎
旧巷少年郎 2021-01-20 21:28

I have deployed a Flask app in EB (single instance) environment and it\'s working well, and I\'m now trying to configure it for https with a self-signed certificate to test

1条回答
  •  孤城傲影
    2021-01-20 22:03

    You should indent all content below /etc/httpd/conf.d/ssl.conf line:

    files:
      /etc/httpd/conf.d/ssl.conf:
        mode: "000644"
        owner: root
        group: root
        content: |
          multiline
          file content
          goes here
    

    0 讨论(0)
提交回复
热议问题