How can I deploy a secure (HTTPS) Meteor app on Heroku?
问题 I would like to deploy my Meteor app to Heroku and make it only accessible through HTTPS. Ideally, I want to do this as cheaply as possible. 回答1: Create the Certificate Run these commands to get certbot-auto. certbot-auto should work on most systems wget https://dl.eff.org/certbot-auto chmod 755 certbot-auto This command starts the process of getting your certificate. The -d flag allows you to pass in the domain you would like to secure. Alternatively, without the -d flag, it will pop up a