Fix link to keybase keys

This commit is contained in:
Yarmo Mackenbach 2021-05-03 10:45:35 +02:00
parent 88afb49e18
commit 178581e6c3
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -127,7 +127,7 @@ const fetchKeybase = (username, fingerprint) => {
try {
output.publicKey = await doip.keys.fetchKeybase(username, fingerprint)
output.fetchURL = `https://keybase.io/${username}`
output.fetchURL = `https://keybase.io/${username}/pgp_keys.asc?fingerprint=${fingerprint}`
} catch(error) {
reject(new Error("No public keys could be fetched from Keybase"))
}