Signed certificates

Authority administration allowed for {% for user in session.authority.admin_users %}{{ user.given_name }} {{user.surname }}{% if not loop.last %}, {% endif %}{% endfor %} from {% if "0.0.0.0/0" in session.authority.admin_subnets %}anywhere{% else %} {% for subnet in session.authority.admin_subnets %}{{ subnet }}{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}. Authority certificate can be downloaded from here. Following certificates have been signed:

{% for certificate in session.authority.signed | sort(attribute="signed", reverse=true) %} {% include "views/signed.html" %} {% endfor %}
{% if session.authority %} {% if session.features.token %}

Tokens

Tokens allow enrolling smartphones and third party devices.

{% endif %}

Pending requests

Use Certidude client to apply for a certificate. {% if not session.authority.request_subnets %} Request submission disabled. {% elif "0.0.0.0/0" in session.authority.request_subnets %} Request submission is enabled. {% else %} Request submission allowed from {% for subnet in session.authority.request_subnets %} {{ subnet }}{% if not loop.last %}, {% endif %} {% endfor %}. {% endif %} See here for more information on manual signing request upload. {% if session.authority.autosign_subnets %} {% if "0.0.0.0/0" in session.authority.autosign_subnets %} All requests are automatically signed. {% else %} Requests from {% for subnet in session.authority.autosign_subnets %} {{ subnet }}{% if not loop.last %}, {% endif %} {% endfor %} are automatically signed. {% endif %} {% endif %}

{% for request in session.authority.requests | sort(attribute="submitted", reverse=true) %} {% include "views/request.html" %} {% endfor %}
{% if columns >= 3 %}
{% endif %}

Revoked certificates

Following certificates have been revoked{% if session.features.crl %}, for more information click here{% endif %}.

{% for certificate in session.authority.revoked | sort(attribute="revoked", reverse=true) %} {% include "views/revoked.html" %} {% endfor %}

Loading logs, this might take a while...

{% endif %}