Skip to content

No easy way to update the cached GPG certificate list in AuthGPG #6

@public

Description

@public

I'm not sure how the GUI client gets this to work but I think it's a side effect of my configuration as much as anything.

What I want to do is to be able to call GeneratePGPCertificate() and then call GetPGPLogins() and have the new cert appear in that list. This seems to require a call to storeAllKeys() but this is a private method. The work around I've come up with is to call oadList(std::list<RsItem*>()); Which will do nothing except call storeAllKeys() and lock and unlock a mutex.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions