eggjs 怎么用https 不采用nginx反向代理
https://github.com/eggjs/egg-cluster
@fwgood 是这样吗?
egg-scripts start --port=7001 --daemon --title=egg-server-showcase --https.key=key全路径 --https.cert=cert全路径
关键是https object 参数怎么传?
egg-scripts start --port=443 --https.key=XXXX.key --https.cert=XXXXX.crt --daemon
@poorEnMe 这个key和crt是怎么生成的呢?