Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1601 from ironcamel/pass-ssl-client-certificate-file
Browse files Browse the repository at this point in the history
pass through the --ssl-client-certificate-file option to phantomjs
  • Loading branch information
mickaelandrieu committed Sep 15, 2016
2 parents 3da55a1 + 1b131ff commit fa6ab64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/casperjs
Expand Up @@ -34,6 +34,7 @@ SUPPORTED_ENGINES = {
'script-encoding',
'ssl-protocol',
'ssl-certificates-path',
'ssl-client-certificate-file',
'web-security',
'webdriver',
'webdriver-logfile',
Expand Down
1 change: 1 addition & 0 deletions src/casperjs.cs
Expand Up @@ -41,6 +41,7 @@ class phantomjs : engine {
"script-encoding",
"ssl-protocol",
"ssl-certificates-path",
"ssl-client-certificate-file",
"web-security",
"webdriver",
"webdriver-logfile",
Expand Down

0 comments on commit fa6ab64

Please sign in to comment.