{% extends "base/main.html" %} {% block title %}Websites{% endblock %} {% block content %}

Host domains

Add new
{% if match_pk is False %}
Warning! Private key not match any certificate!
{% endif %} {% for domain in domains %} {% endfor %}
Domains SSL info
Domain SSL info
{{domain.domain}} {% for crt in domain.crtinfo %}
Subject: {{crt.subject}}
SN: {{crt.serial_number}}
PubKey SHA256: {{crt.public_key}}
{% if crt.alt_names is not None %}Alt Names: {{crt.alt_names}}
{% endif %} {% if crt.match_pk is True %}Have private key to this certificate
{% endif %}
{% endfor %}
Edit
{% endblock %}