diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-03 16:11:02 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-03 16:11:02 +0100 |
commit | 81f18c8fd1435306138f329e4df5a72a5f5b4575 (patch) | |
tree | 103e52965d76a62e9eca34d796fd78aa255bd6e9 | |
parent | ae805117fae59442c19420a3a6007d63505ccb07 (diff) |
add new keys on home page
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -332,8 +332,16 @@ <h2>Other resources</h2> <ul class="pkglist"> <li> + <a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi2020" class="inpage">RPM-GPG-KEY-remi2020</a>: + the GnuPG public key of the key pair used to sign my packages (Fedora 32+ and new .src.rpm) + </li> + <li> + <a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi2019" class="inpage">RPM-GPG-KEY-remi2019</a>: + the GnuPG public key of the key pair used to sign my packages (Fedora 30-31) + </li> + <li> <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) + the GnuPG public key of the key pair used to sign my packages (Fedora 28-29) </li> <li> <a href="https://rpms.remirepo.net/RPM-GPG-KEY-remi2017" class="inpage">RPM-GPG-KEY-remi2017</a>: |