You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
Is it possible to rollover certs without an application restart? I know it's possible to register a validation key using the code below. But that will obviously require an app restart whenever a roll-over is required. I also see there are the ISigningCredentialStore and IValidationKeysStore interfaces that I can implement. If I do that, are these stores called frequently or are they only called on start up? Restarting isn't a big issue, but this would be a nice to have.
Question
Is it possible to rollover certs without an application restart? I know it's possible to register a validation key using the code below. But that will obviously require an app restart whenever a roll-over is required. I also see there are the
ISigningCredentialStore
andIValidationKeysStore
interfaces that I can implement. If I do that, are these stores called frequently or are they only called on start up? Restarting isn't a big issue, but this would be a nice to have.Minimal working example
The text was updated successfully, but these errors were encountered: