Skip to content

Ability to set optional SSL certs for Gunicorn  #19

@arashmalekz

Description

@arashmalekz

Gunicorn can be started with SSL certs using two additional parameters.

--certfile=/certs/tls.crt --keyfile=/certs/tls.key

The call to start Gunicorn is in docker/entrypoint.sh. The value for these parameters can be provided as environment variables. The code needs to be updated to include certfile and keyfile parameters only if they're available as environment variables.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions