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

Watch a cert store continuously for changes #21

Closed
JeremyRand opened this issue Oct 4, 2020 · 1 comment · Fixed by #72
Closed

Watch a cert store continuously for changes #21

JeremyRand opened this issue Oct 4, 2020 · 1 comment · Fixed by #72

Comments

@JeremyRand
Copy link
Member

JeremyRand commented Oct 4, 2020

It would be useful to continuously watch a cert store for changes, and re-inject any requested certs in the event that an injection is reverted by another program. It looks like the RegNotifyChangeKeyValue Windows API function is intended for this purpose. The Golang standard library doesn't yet support it, but there's a patch undergoing review now, and it looks like some people are using that patch in production.

@JeremyRand
Copy link
Member Author

The Golang standard library doesn't yet support it, but there's a patch undergoing review now, and it looks like some people are using that patch in production.

That patch is now marked as abandoned.

JeremyRand added a commit to JeremyRand/certinject that referenced this issue Nov 27, 2021
Fixes namecoin#21

TODO: Add integration test.
JeremyRand added a commit to JeremyRand/certinject that referenced this issue Nov 27, 2021
Fixes namecoin#21

TODO: Add integration test.
JeremyRand added a commit to JeremyRand/certinject that referenced this issue Nov 27, 2021
Fixes namecoin#21

TODO: Add integration test.
JeremyRand added a commit to JeremyRand/certinject that referenced this issue Nov 27, 2021
Fixes namecoin#21

TODO: Add integration test.
JeremyRand added a commit to JeremyRand/certinject that referenced this issue Nov 27, 2021
Fixes namecoin#21

TODO: Add integration test.
JeremyRand added a commit that referenced this issue Dec 15, 2021
70ea9b6 CryptoAPI: Add --watch flag (Jeremy Rand)
45fac77 Add dexlogconfig (Jeremy Rand)

Pull request description:

  Fixes #21

Top commit has no ACKs.

Tree-SHA512: f487092597975a76e73accbffc5587e4800fed56d2798f78a8a0d817d2dab1a93a267868b53bafe69372c6ec29ac0512c81f1412ee02e7515f0ae487352b8de7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant