I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 75dbad02 authored by zzz's avatar zzz
Browse files

add info on plugin key whitelist

parent d593b185
No related branches found
No related tags found
No related merge requests found
{% extends "global/layout.html" %}
{% block title %}I2P Plugin Specification{% endblock %}
{% block lastupdated %}January 2014{% endblock %}
{% block accuratefor %}0.9.9{% endblock %}
{% block lastupdated %}August 2014{% endblock %}
{% block accuratefor %}0.9.14.1{% endblock %}
{% block content %}
<h3>Overview</h3>
<p>
......@@ -243,7 +243,8 @@ This lists what happens when a plugin is installed by I2P.
<li>The .xpi2p file is downloaded.</li>
<li>The .sud signature is verified against stored keys.
If there is no matching key, the .sud is extracted, the key is loaded from the properties, then verified and stored.</li>
As of release 0.9.14.1,
if there is no matching key, the installation fails, unless an advanced router property is set to allow all keys.</li>
<li>Verify the integrity of the zip file.</li>
<li>Extract the plugin.config file.</li>
<li>Verify the I2P version, to make sure the plugin will work.</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment