We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8abf44 + 7d5932e commit c2bc05dCopy full SHA for c2bc05d
packages/browser-sync/lib/server/utils.js
@@ -54,7 +54,7 @@ function getHttpsServerDefaults(options) {
54
key: getKey(options),
55
cert: getCert(options),
56
ca: getCa(options),
57
- passphrase: ""
+ passphrase: options.getIn(["https", "passphrase"], "")
58
});
59
}
60
0 commit comments