How to set up an encrypted connection between a meteor app and a proxy

I have the following set up: a reverse proxy server (caddy) which uses ssl to encrypt connections to clients, and behind it a meteor app. In order to also encrypt the traffic between the proxy and meteor, I would need to set up ssl for the meteor app, with a self signed certificate I suppose. Any suggestions on how to do it?