I can't access the API vía AJAX because the SSL certificate is self signed. How can I change the certificate?
I can't find any options on the Startup Class. Nor project properties.
EDIT: I'm not trying to acces the API from my own machine(which already trusts the certificate) i'm trying to do it from other machines that don't.
If I open swagger(which also uses the same cert) i can click on "trust" certificate and then it works, however that's not an option since swagger won't be accesible