【发布时间】:2019-02-28 23:26:36
【问题描述】:
为了在 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。
【问题讨论】:
-
“自定义 SSL”是什么意思?
-
@Jankapunkt 我使用 comodoSSL 设置了 SSL,他们在授权后为我提供了 pem 和密钥。我需要使用 comodo SSL 而不是letsencrypt。