Certificate expired
Hi,
I am encountering the following issue:
InvalidOperationException: Certificate Assets/WSATestCertificate.pfx is expired and cannot be used for a UWP build. To fix this, either delete it or select a different certificate in the player settings.
I also tried to create a certificate myself, which works, but when I want to run the sln file on visual studio, it says that the certificate is missing.
Is there any solution to this?
Thank you.
Hi @arsiboo, thanks for your interest in the sample. The easiest thing to do is just delete the old WSATestCertificate.pfx files present in the repo which should allow the project to build successfully.
Thank you so much. It works fine now.