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

ssh-key: fix certificate::Builder::new_with_validity_times #143

Merged
merged 1 commit into from
Jul 29, 2023

Commits on Jul 29, 2023

  1. ssh-key: fix certificate::Builder::new_with_validity_times

    It previously had the `valid_after` and `valid_before` arguments
    swapped, which would've caused errors with expected usage.
    
    This commit adds a test that confirmed the certificate builder
    initializes successfully after swapping the arguments back.
    
    Closes #142
    tarcieri committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    80fe51c View commit details
    Browse the repository at this point in the history