Чтобы использовать Letsencrypt SSL в MUP, я просто использую добавить прокси в файле конфигурации:
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.