vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Lets Encrypt Integration #715

Closed pzmrzy closed 5 years ago

pzmrzy commented 5 years ago

When first time run the server, it will automatic get certificate from Lets Encrypt For staging environment: sudo ./bin/dispatch-server-linux --host 0.0.0.0 --enable-tls --lets-encrypt --domain <domain> For production environment: sudo ./bin/dispatch-server-linux --host 0.0.0.0 --enable-tls --lets-encrypt --domain <domain> --production

668