Merge pull request #1859 from deepak1556/client_certificate_patch

browser: support client certificate
This commit is contained in:
Cheng Zhao 2015-06-10 19:17:41 +08:00
commit 2fdc5780ff
5 changed files with 60 additions and 0 deletions

View file

@ -15,6 +15,10 @@ app.on('ready', function() {
});
```
## --client-certificate
Path to client certificate file.
## --disable-http-cache
Disables the disk cache for HTTP requests.