forked from I2P_Developers/i2p.www
finally update the release signing keys
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% extends "global/layout.html" %} {%- from "downloads/macros" import package, package_outer with context -%} {% set release_signer = 'zzz' %} {% block title %}{{ _('Download') }}{% endblock %} {% block content_nav %}
|
{% extends "global/layout.html" %} {%- from "downloads/macros" import package, package_outer with context -%} {% set release_signer = 'idk' %} {% block title %}{{ _('Download') }}{% endblock %} {% block content_nav %}
|
||||||
<script type="text/javascript" src="/_static/site.js"></script>
|
<script type="text/javascript" src="/_static/site.js"></script>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#windows">Windows</a></li>
|
<li><a href="#windows">Windows</a></li>
|
||||||
|
@@ -1,29 +1,21 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}{{ _('Release Signing Key') }}{% endblock %}
|
{% block title %}{{ _('Release Signing Key') }}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<p>{% trans -%}
|
|
||||||
Windows installers for releases 0.9.38 and later are signed by zlatinb.
|
|
||||||
{%- endtrans %}<br>
|
|
||||||
<a href="{{ url_for('static', filename='zlatinb.key.crt') }}" >{% trans %}Download code signing certificate{% endtrans %}</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
Mac OSX installers for releases 0.9.38 and later are signed by zlatinb.
|
Releases 0.9.57 forward are signed by idk. His current public key is:
|
||||||
{%- endtrans %}<br>
|
{%- endtrans %}</p>
|
||||||
<a href="{{ url_for('static', filename='zlatinb.key.crt') }}" >{% trans %}Download code signing certificate{% endtrans %}</a>
|
<p>
|
||||||
</p>
|
<a href="{{ url_for('static', filename='idk.key.asc') }}" >{% trans %}Download PGP public key{% endtrans %}</a>
|
||||||
|
</p><p>
|
||||||
|
|
||||||
<p>{% trans -%}
|
<p>{% trans -%}
|
||||||
Releases 0.7.6 and later are signed by zzz. His current public key is:
|
Releases 0.7.6 and 0.9.56 are signed by zzz. His current public key is:
|
||||||
{%- endtrans %}</p>
|
{%- endtrans %}</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ url_for('static', filename='zzz.key.asc') }}" >{% trans %}Download PGP public key{% endtrans %}</a>
|
<a href="{{ url_for('static', filename='zzz.key.asc') }}" >{% trans %}Download PGP public key{% endtrans %}</a>
|
||||||
</p><p>
|
</p>
|
||||||
zzz's GPG subkeys were renewed in March 2019.
|
<p>
|
||||||
Use the link above to download the current public keys,
|
|
||||||
or download the key 415576BAA76E0BED from a key server.
|
|
||||||
Following is the original May 2014 announcement of the new keys.
|
|
||||||
</p><p>
|
|
||||||
<pre>
|
<pre>
|
||||||
-----BEGIN PGP SIGNED MESSAGE-----
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
Hash: SHA1
|
Hash: SHA1
|
||||||
|
Reference in New Issue
Block a user