Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Is it possible to perform a cert rollover without a restart? #4324

Closed
connelhooley opened this issue Apr 25, 2020 · 2 comments
Closed

Is it possible to perform a cert rollover without a restart? #4324

connelhooley opened this issue Apr 25, 2020 · 2 comments
Labels

Comments

@connelhooley
Copy link

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 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.

Minimal working example

services
    .AddIdentityServer()
    .AddSigningCredential(activeCertificate)
    .AddValidationKey(secondaryCertificate);
@connelhooley
Copy link
Author

connelhooley commented Apr 25, 2020

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant