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>
|
||||
<ul>
|
||||
<li><a href="#windows">Windows</a></li>
|
||||
|
@ -1,29 +1,21 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{{ _('Release Signing Key') }}{% endblock %}
|
||||
{% 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 -%}
|
||||
Mac OSX 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>
|
||||
Releases 0.9.57 forward are signed by idk. His current public key is:
|
||||
{%- endtrans %}</p>
|
||||
<p>
|
||||
<a href="{{ url_for('static', filename='idk.key.asc') }}" >{% trans %}Download PGP public key{% endtrans %}</a>
|
||||
</p><p>
|
||||
|
||||
<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>
|
||||
<p>
|
||||
<a href="{{ url_for('static', filename='zzz.key.asc') }}" >{% trans %}Download PGP public key{% endtrans %}</a>
|
||||
</p><p>
|
||||
zzz's GPG subkeys were renewed in March 2019.
|
||||
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>
|
||||
</p>
|
||||
<p>
|
||||
<pre>
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA1
|
||||
|
Reference in New Issue
Block a user