Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTPS client certificate support #3273

Merged
merged 11 commits into from
May 8, 2020
Prev Previous commit
Next Next commit
Excluded additional tests from Mac
  • Loading branch information
BlackGad committed May 6, 2020
commit 0ac32a3436bc446edf4ecd0fafe886669fa9b656
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public void ClientCertAddCommand_Fail_StoreCertificateNotExist()
}
}

[Fact]
[PlatformFact(Platform.Windows)]
public void ClientCertAddCommand_Success_FileCertificateAbsolute()
{
// Arrange
Expand Down Expand Up @@ -242,7 +242,7 @@ public void ClientCertAddCommand_Success_FileCertificateNotExistForce()
}
}

[Fact]
[PlatformFact(Platform.Windows)]
public void ClientCertAddCommand_Success_FileCertificateRelative()
{
// Arrange
Expand Down Expand Up @@ -283,7 +283,7 @@ public void ClientCertAddCommand_Success_FileCertificateRelative()
}
}

[Fact]
[PlatformFact(Platform.Windows, Platform.Linux)]
public void ClientCertAddCommand_Success_StoreCertificate()
{
// Arrange
Expand Down