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 SCEPDecrypter configuration #55

Merged
merged 12 commits into from
Sep 25, 2023
Merged

Commits on Jun 1, 2023

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

Commits on Aug 2, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    a03309f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f9c0b7 View commit details
    Browse the repository at this point in the history
  3. Remove KMS from the SCEP provisioner decrypter

    This reverts the change to move `KMS` into its own file.
    hslatman committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e0d92c8 View commit details
    Browse the repository at this point in the history
  4. Add NOTIFYING webhook type

    For SCEP we need a new webhook to notify a system that a certificate
    was issued successfully or failed. The `NOTIFYING` webhook type
    can be used for this, but is also somewhat generically named, so
    that it can be used for other use cases too.
    hslatman committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2442dc2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #69 from smallstep/herman/notifying-webhook

    Add `NOTIFYING` webhook type
    hslatman authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d1782f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Change SCEP decrypter properties

    Reorder existing properties and change key properties to have
    one for both a PEM as well as an URI.
    hslatman committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f2f59aa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'herman/scep-provisioner-decrypter' of github.com:smalls…

    …tep/linkedca into herman/scep-provisioner-decrypter
    hslatman committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    78fa286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2f2f7 View commit details
    Browse the repository at this point in the history