From 2a23785a0a4d9d95b6ffc3a2dd4c74ee1d733aa2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 14 Apr 2023 07:48:42 +0200 Subject: [PATCH] index: add URL to public key for GPG --- content/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/index.html b/content/index.html index 7a578740..b5fa1cd5 100644 --- a/content/index.html +++ b/content/index.html @@ -15,7 +15,7 @@ Unixes. It also supports some proprietary protocols. # Interested? - - Download the latest version ([{{ resource.meta.latestversion }}][last], [GPG][]) + - Download the latest version ([{{ resource.meta.latestversion }}][last], [GPG][], [public key][]) - Check the [list of features]([[features.html]]). - Learn [how to install _lldpd_]([[installation.html]]). - Learn [how to configure and use _lldpd_]([[usage.html]]). @@ -25,6 +25,7 @@ Unixes. It also supports some proprietary protocols. [last]: https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz "lldpd {{ resource.meta.latestversion }} version" [GPG]: https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz.gpg "lldpd {{ resource.meta.latestversion }} GPG signature" [ISC]: https://en.wikipedia.org/wiki/ISC_license "ISC license on Wikipedia" +[public key]: https://media.bernat.ch/files/gpg.txt [LLDP]: https://en.wikipedia.org/wiki/Link_Layer_Discovery_Protocol "Link Layer Discovery Protocol" *[LLDP]: Link Layer Discovery Protocol -- 2.39.5