You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dffb4cc Verification instructions: suggest keyserver (David A. Harding)
Pull request description:
Closes#667
Adds the parameters necessary for using the Ubuntu keyserver to each case where we describe how to download a key. I put the string in the config file so it's easy to change or disable globally. Also makes a small unrelated change to the heading id tag to hopefully address #668
Top commit has no ACKs.
Tree-SHA512: d44f310b34221692621348706eeefb8e028a716bf9d660023edfcf9efb1402b8135b0478187567e84cffab9c698d0b6de5cbb250ce56ab393b66302dfd390408
{% capture _includes_dev_keys-import %}You can import a key by running the following command with that individual's fingerprint: `gpg --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces.{% endcapture %}
11
+
{% capture _includes_dev_keys-import %}You can import a key by running the following command with that individual's fingerprint: `gpg{{site.strings.gpg_keyserver}} --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces.{% endcapture %}
0 commit comments