Update MakeCert.exe link in the Working with SSL in Web API doc (#11054)

pull/11059/head
Alen Alex 2019-02-22 19:13:33 +05:30 committed by Luke Latham
parent f09b05ce53
commit b87ef7d8d7
1 changed files with 2 additions and 2 deletions

View File

@ -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)]