diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-12 15:16:38 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-12 15:16:38 +0100 |
commit | 8af75707e338096cd61da4aaa5fa6055774aebea (patch) | |
tree | 02e5883933fa742b4a611d96c38e5b279e7fad2c /index.html | |
parent | 8d4f7ad81cd8f9f417a9a17b2e21c0d64a30e422 (diff) |
add new key to web site
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -277,10 +277,16 @@ <h2>Other resources</h2> <ul class="pkglist"> <li> - <a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi2017" class="inpage">RPM-GPG-KEY-remi2017</a>: the GnuPG public key of the key pair used to sign my packages (Fedora 26+ and .src.rpm) + <a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi2018" class="inpage">RPM-GPG-KEY-remi2018</a>: + the GnuPG public key of the key pair used to sign my packages (Fedora 28+ and .src.rpm) </li> <li> - <a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi" class="inpage">RPM-GPG-KEY-remi</a>: the GnuPG public key of the key pair used to sign my packages (Fedora <= 25 and EL) + <a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi2017" class="inpage">RPM-GPG-KEY-remi2017</a>: + the GnuPG public key of the key pair used to sign my packages (Fedora 26-27) + </li> + <li> + <a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi" class="inpage">RPM-GPG-KEY-remi</a>: + the GnuPG public key of the key pair used to sign my packages (Fedora <= 25 and EL <= 7) </li> <li> <a href="https://git.remirepo.net/cgit/" class="inpage">https://git.remirepo.net/cgit/</a> |