We currently do not support certificates that have passwords (both in testing with LocalMultiplayerAgent and attempting to creating a build)
public X509Certificate2(string fileName, string password);
public X509Certificate2(string fileName, SecureString password);
We need to find a way to pass the certificate password as a variable. A user environmental variable is one way this could be done, or dynamically asking user for input
We currently do not support certificates that have passwords (both in testing with
LocalMultiplayerAgent
and attempting to creating a build)We need to find a way to pass the certificate password as a variable. A user environmental variable is one way this could be done, or dynamically asking user for input