I am using Magento 2.2.4 with nginx on Ubuntu 18.04
What I am trying to accomplish is to run three completely different e-commerce websites with Let's Enctypt SSL certificate installed for each one of them, using just a single Magento2 codebase for that.
For example:
https://store1.com
https://store2.com
https://store3.com
Your manual has a reference to this topic, but it has no indication or explanation for how to work with multiple SSL websites.
Is it feasible at all?
Thank you.