From 8bc8826335009c39e9e3b81a2447d31503745f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Thu, 14 Jun 2018 08:35:10 -0300 Subject: [PATCH] Docs: SSL Server on Mac --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c280dfa0..b3fdcca1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,7 @@ Get-ChildItem -Path cert:\CurrentUSer\my | where { $_.friendlyname -eq "Puppetee ``` -On MacOS, you can create an “SSL Client” certificate using the Keychain Access app and then export it to `.\lib\PuppeteerSharp.TestServer\testCert.cer` +On MacOS, you can create an “SSL Server” certificate using the Keychain Access app and then export it to `.\lib\PuppeteerSharp.TestServer\testCert.cer` ## Code reviews