SSL on Windows in production simulation

I deploy on a Windows server in production simulation meteor --port PPPP --production
I want to enable SSL.

It seems to be a frequent question and there are many options but I don’t see how they apply to my use case

  • mup uses STUD which runs only on UNIXes
  • nodejs threads say I have to create an https server but in Meteor all that is done for me, I don’t have access to that code
  • other threads suggest using Apache, IIS or NGINX which I cannot install / enable on the server.

Any suggestion ?

IIS would be the proper place in Windows. Take a look here. Basically, you would set up IIS w/your SSL certificate and then point that web application (using your same SSL bindings) to your meteor instance.