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

(feature) Return CA Certificate path/data #41

Merged
merged 10 commits into from
Nov 21, 2019

Commits on Oct 15, 2019

  1. Fixes typescript runtime errors

    Jeremy Albright committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    3032280 View commit details
    Browse the repository at this point in the history
  2. Encryption/chmod not required for certificate, only key

    Jeremy Albright committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    9ce6762 View commit details
    Browse the repository at this point in the history
  3. Add run options & branch that returns caPath/caCert Buffer

    Jeremy Albright committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    44ca076 View commit details
    Browse the repository at this point in the history
  4. Reverse formatting changes

    Jeremy Albright committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    ecc8e18 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. separate API concerns

    Separates `returnCa` into `getCaPath` and `getCaBuffer`
    
    Co-Authored-By: James Zetlen <zetlen@gmail.com>
    Js-Brecht and zetlen authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    3443dc5 View commit details
    Browse the repository at this point in the history
  2. Add support for both getCaPath and getCaBuffer API interfaces

    Co-Authored-By: James Zetlen <zetlen@gmail.com>
    Js-Brecht and zetlen authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    b7c3857 View commit details
    Browse the repository at this point in the history
  3. TSDoc update

    Js-Brecht committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    a8948d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    609a693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e87fb6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d561a07 View commit details
    Browse the repository at this point in the history