Meteor custom domain with own certification -
when deploy app likes this:
$ mrt deploy owndomain.com
https://owndomain.com in web browser shows certification warning because certification's common name "*.meteor.com".
is there anyway fix or replace certification own certification?
you can't use own certificates meteor deploy hosting, @ least not yet. have wildcard ssl cert matches '*.meteor.com'.
you need host able use own, or use .meteor.com
domain.
if dont have proxy supports websockets use: https://github.com/tarangp/meteor-ssl-proxy
Comments
Post a Comment