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 option for creating code-signing certificates. #90

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

Commits on Nov 19, 2019

  1. Add option for creating code-signing certificates.

    This commit adds support for signing certificates with the codeSigning
    extended key usage extension. Tried to make this as non-invasive as
    possible by adding a new function to create host certificates api with
    an optional array of []x509.ExtKeyUsage. This should allow adding
    support for other extended key usages in the future. For now, just added
    a simple boolean flag to the sign command with turns this on.
    aebruno committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    d719493 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    aebruno committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    e73497b View commit details
    Browse the repository at this point in the history