Create SSL of domain without creating site in Forge
Hi,
I am trying to create a product using forge SDK in laravel. In my product users can point their domains (eg. abc.xyz) to our server using A record and the IP of the server. After this whenever user visits abc.xyz it should open my product site. Is it possible to change Nginx configurations so that for any url that points to my server, a default site opens every time. Also I want to create ssl certificate for abc.xyz as soon as it is mapped but I don't want to create a site on forge. Is this possible?