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

Use autocert for Let's Encrypt Integration #717

Closed pzmrzy closed 5 years ago

pzmrzy commented 5 years ago

Fix #668 Use autocert for get certificate sudo ./bin/dispatch-server-linux --enable-tls --host 0.0.0.0 --lets-encrypt-domain <domain> --tls-port 443 For the first time to get certificate, must listen to 443 For manually get certificate, see #715