{
// Thumbprint for CN = NDX Test Root CA.
// The certificate is part of the chain at
- // https://github.com/dotnet/corefx-testdata/blob/master/System.Net.TestData/contoso.com.p7b
+ // https://github.com/dotnet/runtime-assets/blob/master/System.Net.TestData/contoso.com.p7b
private const string CARootThumbprint = "3B279AD43D6DD459268D3F3A3D72DAAD4BF4D9C6";
private static Lazy<bool> s_trustedCertificateSupport =
public static string TlsRenegotiationServer => GetValue("COREFX_NET_SECURITY_TLSREGOTIATIONSERVER", "corefx-net-tls.azurewebsites.net");
- // This should be set if hostnames for all certificates within corefx-testdata have been set to point to 127.0.0.1.
+ // This should be set if hostnames for all certificates within runtime-assets have been set to point to 127.0.0.1.
// Example:
// 127.0.0.1 testservereku.contoso.com
// 127.0.0.1 testnoeku.contoso.com
# Certificate configuration
-$script:testDataUri = "https://github.com/dotnet/corefx-testdata/archive/master.zip"
-$script:testData = "corefx-testdata"
-$script:certificatePath = "$($script:testData)\corefx-testdata-master\System.Net.TestData"
+$script:testDataUri = "https://github.com/dotnet/runtime-assets/archive/master.zip"
+$script:testData = "runtime-assets"
+$script:certificatePath = "$($script:testData)\runtime-assets-master\System.Net.TestData"
$script:clientPrivateKeyPath = Join-Path $script:certificatePath "testclient1_at_contoso.com.pfx"
$script:clientPrivateKeyPassword = "testcertificate"