You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for pfx keys when using https as an object (#218)
The original solution checked if `@https.key` was set,
which will not be set when the options `pfx` is used.
Quickfix by adding additional check for `@https.pfx`,
note that this will only add support for pfx.
0 commit comments