{% extends "base/main.html" %} {% block title %}Websites{% endblock %} {% block content %}
Domains | SSL info | |
---|---|---|
Domain | SSL info | |
{{domain.domain}} |
{% for crt in domain.crtinfo %}
Subject: {{crt.subject}}
{% endfor %}
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 %} |
Edit |