为了在 MUP 中使用 Letsencrypt SSL,我只需在配置文件中添加一个代理:
proxy: {
domains: 'mydomain.com,www.mudomain.com',
ssl: {
// Enable let's encrypt to create free certificates.
// The email is used by Let's Encrypt to notify you when the
// certificates are close to expiring.
letsEncryptEmail: 'user@candidsky.com'
// forceSSL: true
}
},
文档在这里
http://meteor-up.com/docs.html#ssl-support
但我找不到任何关于如何使用自定义 SSL 的信息,我需要使用 comodo SSL。