-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: