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

Sr/server+runtime/add cert refreshing #4106

Closed
wants to merge 4 commits into from

Commits on Dec 7, 2021

  1. server: spin out s.cert into s.getCertificate()

    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    7fd2bdf View commit details
    Browse the repository at this point in the history
  2. server+runtime: record cert file paths, use atommic.Value

    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9889eac View commit details
    Browse the repository at this point in the history
  3. server: wire up cert refresh loop w/ configurable period

    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    a98e5d1 View commit details
    Browse the repository at this point in the history
  4. test/e2e: add certrefresh test

    Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
    srenatus committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    44e0849 View commit details
    Browse the repository at this point in the history