我開發在當地碼頭工人的應用程序,需要SSL與API端點工作,我已經遇到了麻煩,這些參數的工作:在localhost上使用SSL運行gunicorn? (與泊塢窗)
gunicorn -c "python:config.gunicorn" --reload "dataexplorer.app:create_app()" --timeout 3600
--workers=5 --certfile=/ssl/registry.crt
--keyfile=/ssl/registry.key --ca-certs=/ssl/ca.cert --ssl-version=3
碼頭工人找不到這些certfifles。所以我的問題是:gunicorn在哪裏尋找這些certfiles?他們如何生成?