{% extends "django_webid/provider/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% blocktrans %}WebID Certs List{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block body %} {% if messages %}
If you revoke this cert now, its public key details will be removed from your public WebID profile, and you will not be able to use the matching cert in your browser on any site.
{% else %}So no, you cannot revoke it again. And by the way, you also cannot use if for anything useful now.
{% endif %}Sha1 Fingerprint: {{ object.fingerprint_sha1 }}
From: {{object.valid_from}}
Until: {{object.expires}}
Bits: {{object.pubkey.bits}}
Modulus: {{object.pubkey.mod}}
Exponent: {{object.pubkey.exp}}