{% extends "process/base.html" %} {% load nm %} {% load js %} {% block head_resources %} {{block.super}} {% jsinclude "nm" %} {% endblock %} {% block content %}
For your convenince, you can generate the signed statement with this command, and the site will recognise the text and accept it without a need of manual validation of its content:
( {% for line in blurb %}echo {{line}} {% endfor %} ) | gpg --clearsign --default-key {{visitor.fpr}}{% endif %}
Use gpg --clearsign --default-key {{fpr}} to generate the signed statement. Tip: pipe it to xclip to have it copied to the clipboard for easy pasting.
It is a good idea to include some context information like the date and nm.debian.org in the text, in case someone tries to reuse the signed statement somewhere else.
The signature will be verified using the key {{fpr|fingerprint}}
{% if requirement.type != "sc_dmup" %}The statement will be sent to debian-newmaint as {{visitor.fullname}} {% if "edit_email" in visit_perms %} <{{visitor.email}}>. {% else %} <{{visitor.email}}>. {% endif %}
{% endif %}