Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pfx keys when using https as an object #218

Merged
merged 1 commit into from
Oct 5, 2018

Commits on Feb 24, 2017

  1. Add support for pfx keys when using https as an object

    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.
    eirikb committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    2242a42 View commit details
    Browse the repository at this point in the history