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 support validities in templates #534

Merged
merged 6 commits into from
Jul 1, 2024
Merged

Add support validities in templates #534

merged 6 commits into from
Jul 1, 2024

Commits on Jun 28, 2024

  1. Add support for use templates in validities

    This commit allows setting the validity bounds on X.509 and SSH
    certificates using templates.
    maraino committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c298af8 View commit details
    Browse the repository at this point in the history
  2. Add template method toTime

    toTime formats a time or a Unix epoch to RFC3339, the format used to
    unmarshal a string to a time.Time.
    maraino committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    12768cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ee3b42 View commit details
    Browse the repository at this point in the history
  4. Fix unit test

    maraino committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    60f27c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: Herman Slatman <hslatman@users.noreply.github.com>
    maraino and hslatman authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4864e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9ee47 View commit details
    Browse the repository at this point in the history