{% extends "process/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "nm" %} {% endblock %} {% block content %}

{{type_desc}}

{% include "process/requirement_status_widget.html" %}

Every Debian member needs a GPG key of sufficient strength. In addition, all keys should be certified so we can link them to a real-world identity.

The normal requirements are:

If the key does not meet these requirements, and you would struggle to create one which does, contact Front Desk.

This check will be approved manually by Front Desk as the application progresses.

Keycheck results

{% if status.keycheck %} {% with status.keycheck as keycheck %} {% for uid in keycheck.uids %} {% endfor %} {% endwith %}
OpenPGP fingerprint {{person.fpr|fingerprint}}{% if "edit_ldap" in visit_perms %} (manage){% endif %}
Main key {{keycheck.main.remarks}} (last updated: {{keycheck.updated|date:"Y-m-d H:i T"}}) {% if "update_keycheck" in visit_perms %}
{% csrf_token %}
{% endif %}
UID {{uid.name}} {{uid.remarks}}, {{uid.sigs_no_key}} non-DD sigs, {% if uid.sigs_ok|length > 10 %} first 10 of {{uid.sigs_ok|length}} DD sigs: {% else %} {{uid.sigs_ok|length}} DD sigs: {% endif %}
    {% for s in uid.sigs_ok|slice:":10" %}
  • {{s.4}}: {{s.9}}
  • {% empty %}
  • none
  • {% endfor %}
{% else %}

No keycheck results available

{% endif %}

Log

{% include "process/log_widget.html" with entries=requirement.log.all %} {% endblock %}