[gcr: 1/2] FEATURE: add hkps://keys.openpgp.org to keyserver defaults




commit 368dc5f8ded8ea39aa89cd39ca4bd31749fe5619
Author: Benjamin Pereto <benjamin sandchaschte ch>
Date:   Fri Nov 27 17:40:38 2020 +0100

    FEATURE: add hkps://keys.openpgp.org to keyserver defaults
    
    Seahorse is able to handle hkps keyservers.

 schema/org.gnome.crypto.pgp.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/schema/org.gnome.crypto.pgp.gschema.xml b/schema/org.gnome.crypto.pgp.gschema.xml
index a1a32dd..8de4ae1 100644
--- a/schema/org.gnome.crypto.pgp.gschema.xml
+++ b/schema/org.gnome.crypto.pgp.gschema.xml
@@ -26,7 +26,7 @@
                        <description>The ID of the last secret key used to sign a message.</description>
                </key>
                <key name="keyservers" type="as">
-                       <default>['ldap://keyserver.pgp.com']</default>
+                       <default>['ldap://keyserver.pgp.com', 'hkps://keys.openpgp.org']</default>
                        <summary>PGP key servers</summary>
                        <description>A list of key server URIs to search for remote PGP keys. A display name 
can be included, by appending a space and then the name.</description>
                </key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]