I understand that symfony server is only created for developement. I am developing a webservice that is used by another third party service. For testing and debugging I opened my local symfony webserver to be temporarily accessible from the internet. Now the thirdparty service refuses to connect because of an invalid SSL certificate, as the symfony certificate is referring to localhost.
Is it possible to have an additional certificate in place, that refers to my public domain?