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

Make the location of OpenSSL configurable #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Make the location of OpenSSL configurable #201

wants to merge 3 commits into from

Commits on Sep 1, 2017

  1. Make the location of OpenSSL configurable

    Apple devices as well as older software installations of Linux are
    likely to have too old OpenSSLs for the token signing to work. Fix
    this by making the location of the OpenSSL binary configurable in the
    configuration knobs.
    jlouis committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    9c20e2b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Use openssl_command over _path

    Using openssl_path could be interpreted as a directory to the
    bin-directory, not the `openssl(1)` command itself. Correct this by
    using a better name.
    jlouis committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    2e062e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3cf20 View commit details
    Browse the repository at this point in the history