I'm trying using nginx for having multiple ssl certificates without having to create a server for each one of them.
So I have a reverse proxy built and it will have multiple different sites with the same domain running on it. Is it possible to have the server have multiple ssl certificates and keys so that when it proxies uses the right key and cert or do I need to create its own server for every single site that gets generated?
Thanks in advance.