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 handling of cnf claim #1092

Merged
merged 6 commits into from
Jul 24, 2024
Merged

Add handling of cnf claim #1092

merged 6 commits into from
Jul 24, 2024

Commits on Jan 11, 2024

  1. Generate fingerprints for CSRs

    This commit allows to generate fingerprints for CSR files to the
    `step certificate fingerprint` command.
    maraino committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c85690b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Allow to add confirmation claims to tokens

    This commit allows passing confirmation claims to tokens to tie the
    tokens with a provided CSR or SSH public key.
    
    The confirmation claim is implemented in the token command as well as
    the com commands that uses a given CSR or ssh public key. Those are:
    
      - step ca token
      - step ca sign
      - step ssh certificate --sign
    
    Fixes smallstep/certificates#1637
    maraino committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4616c58 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    e207f94 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    3eb2564 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Herman Slatman <[email protected]>
    maraino and hslatman authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2f0500a View commit details
    Browse the repository at this point in the history
  3. Fix linter warning

    maraino committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8a2d36e View commit details
    Browse the repository at this point in the history