Valid nodes

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

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

Showing - of total - nodes

{% if session.features.token %}

Tokens

Tokens allow enrolling smartphones and third party devices.

Issued tokens:

{% endif %} {% if session.authorization.request_subnets %}

 

Pending requests

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

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

LEDE imagebuilder

Hit a link to generate machine specific image. Note that this might take couple minutes to finish.

{% endif %}

Revoked nodes

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

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

Loading logs, this might take a while...