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

Use output to save client cert file locally #79

Merged
merged 8 commits into from
Jul 6, 2021

Commits on Jul 6, 2021

  1. Fix for Error: error during PEM decoding

    Break condition was trying to match an empty array with nil
    
    This resulted in no break condition and the error working down
    to `error during PEM decoding`
    
    Instead match on an empty length
    
    Signed-off-by: Luke Hinds <lhinds@redhat.com>
    Luke Hinds committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    584b999 View commit details
    Browse the repository at this point in the history
  2. Implement client cert file output

    Start to user the output flag to allow users to save the Client
    Cert locally
    
    Signed-off-by: Luke Hinds <lhinds@redhat.com>
    Luke Hinds committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    94dfd59 View commit details
    Browse the repository at this point in the history
  3. fix lint issues

    Signed-off-by: Luke Hinds <lhinds@redhat.com>
    Luke Hinds committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    5d13156 View commit details
    Browse the repository at this point in the history
  4. Update cmd/sign.go

    Co-authored-by: Bob Callaway <bobcallaway@users.noreply.github.com>
    lukehinds and bobcallaway committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    4dbfdfd View commit details
    Browse the repository at this point in the history
  5. Update cmd/sign.go

    Co-authored-by: Bob Callaway <bobcallaway@users.noreply.github.com>
    lukehinds and bobcallaway committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    eb87440 View commit details
    Browse the repository at this point in the history
  6. Update cmd/sign.go

    Co-authored-by: Bob Callaway <bobcallaway@users.noreply.github.com>
    lukehinds and bobcallaway committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    d2989a1 View commit details
    Browse the repository at this point in the history
  7. Remove encoding/json import

    Signed-off-by: Luke Hinds <lhinds@redhat.com>
    Luke Hinds committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    392f4b8 View commit details
    Browse the repository at this point in the history
  8. Remove test cert pem

    Signed-off-by: Luke Hinds <lhinds@redhat.com>
    Luke Hinds committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    2d04b83 View commit details
    Browse the repository at this point in the history