Skip to content

Commit

Permalink
Docs: SSL Server on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Jun 14, 2018
1 parent a549df4 commit 8bc8826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bc8826

Please sign in to comment.