diff --git a/aspnet/web-api/overview/security/working-with-ssl-in-web-api.md b/aspnet/web-api/overview/security/working-with-ssl-in-web-api.md index 3d47952b20..ed612d6d5a 100644 --- a/aspnet/web-api/overview/security/working-with-ssl-in-web-api.md +++ b/aspnet/web-api/overview/security/working-with-ssl-in-web-api.md @@ -4,7 +4,7 @@ title: "Working with SSL in Web API | Microsoft Docs" author: MikeWasson description: "Shows how to use SSL with ASP.NET Web API, including using SSL client certificates." ms.author: riande -ms.date: 12/12/2012 +ms.date: 02/22/2019 ms.assetid: 97f6164f-59cf-45c0-b820-e4aa29b45396 msc.legacyurl: /web-api/overview/security/working-with-ssl-in-web-api msc.type: authoredcontent @@ -63,7 +63,7 @@ The **SslNegotiateCert** flag means IIS will accept a certificate from the clien ### Creating a Client Certificate for Testing -For testing purposes, you can use [MakeCert.exe](https://msdn.microsoft.com/library/bfsktky3.aspx) to create a client certificate. First, create a test root authority: +For testing purposes, you can use [MakeCert.exe](/windows/desktop/SecCrypto/makecert) to create a client certificate. First, create a test root authority: [!code-console[Main](working-with-ssl-in-web-api/samples/sample4.cmd)]