Skip to content

Support for certificates with passwords #137

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions