# A basic ~/.gnupg/gpg.conf using secure keyserver transport # and some more verbose display options # Receive, send and search for keys in the SKS keyservers pool using # HKPS (OpenPGP HTTP Keyserver Protocol via TLS/SSL). keyserver hkps://hkps.pool.sks-keyservers.net # Set the path to the public certificate for the # sks-keyservers.net CA used to verify connections to servers in # the pool above. keyserver-options ca-cert-file=/root/signing.gnupg/sks-keyservers.netCA.pem # Ignore keyserver URLs specified in retrieved/refreshed keys # so they don't direct you to update from non-HKPS sources. keyserver-options no-honor-keyserver-url # Display key IDs in a more accurate 16-digit hexidecimal format # and add 0x at the beginning for clarity. keyid-format 0xlong # Display the calculated validity of user IDs when listing keys or # showing signatures. list-options show-uid-validity verify-options show-uid-validity