{% extends "cacheview/signedobject_detail.html" %} {% block title %} Resource Certificate Detail {% endblock %} {% block detail %}

RFC3779 Resources

AS RangesIP Ranges
    {% if object.inherit_asn %} inherit {% endif %} {% for asn in object.asns.all %}
  • {{ asn }}
  • {% endfor %}
    {% if object.inherit_v4 %} v4:inherit {% endif %} {% if object.inherit_v6 %} v6:inherit {% endif %} {% for rng in object.addresses.all %}
  • {{ rng }}
  • {% endfor %}

Issued Objects

{% if ghostbusters.all %}

Ghostbusters

{% for g in ghostbusters.all %} {% endfor %}
NameExpires
{{ g }} {{ g.not_after }}
{% endif %} {% if roas.all %}

ROAs

{% for roa in roas.all %} {% for pfx in roa.prefixes.all %} {% endfor %} {% endfor %}
#PrefixASExpires
# {{ pfx }} {{ roa.asid }} {{ roa.not_after }}
{% endif %} {% if children.all %}

Children

{% for child in children.all %} {% endfor %}
SKIExpires
{{ child.ski }} {{ child.not_after }}
{% endif %}

Invalid Objects

{% for obj in invalid %} {% endfor %}
URI Status
{{ obj.uri }}
    {% for status in obj.statuses.all %}
  • {{ status.label }} {% endfor %}
{% endblock %}