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

Make public key server configurable #63

Open
lazlolazlolazlo opened this issue Jul 1, 2013 · 2 comments
Open

Make public key server configurable #63

lazlolazlolazlo opened this issue Jul 1, 2013 · 2 comments
Milestone

Comments

@lazlolazlolazlo
Copy link
Contributor

User should be able to choose which key server to use for public key search.

@niklasfemerstrand
Copy link
Owner

Fix sloppy HKP security through #65 before implementing this. Give the users the option of importing from remote PKS only when the user optionally chooses to query remote PKS'.

@jseidl
Copy link
Contributor

jseidl commented Jan 17, 2014

I believe this should have a structure similar to this:
(pseudo php code)
$hkp_servers = array(
'local' => array('http://server1:port','https://server2:port'),
'remote' => array('http://server3:port','https://server4:port'),
);

And the PKS source (local / remote) on the dialog

Comments pls

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants