Show certificate issue status

azure
David Fischer 2018-08-08 10:18:56 -07:00
parent 6d67a0e35e
commit 570ce61f4c
No known key found for this signature in database
GPG Key ID: F0C9B0ADA737AB60
1 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,14 @@
{% endblock %}
{% block project_edit_content %}
{% if domain.domainssl %}
{# This references optional code to get the SSL certificate status #}
<p>
<strong>HTTPS status: </strong>
<span>{{ domain.domainssl.status }}</span>
</p>
{% endif %}
{% if domain %}
{% url 'projects_domains_edit' project.slug domain.pk as action_url %}
{% else %}