{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} The panel's own certificate. Administrator only — the view double-checks the admin flag on top of the hostnameSSL ACL column. {% endcomment %} {% block title %}Panel hostname SSL{% endblock %} {% block content %}

Panel hostname SSL

The certificate OpenLiteSpeed serves for the control panel itself.

The panel reloads when this succeeds. OpenLiteSpeed restarts its listener to pick up the new key, so this page may briefly fail to load and you will need to reload it over HTTPS. Any other administrator signed in at that moment sees the same interruption. Nothing else on the server is affected.

Before issuing, make sure {{ panelHostname }} resolves to this server and that port 80 is reachable — the CA fetches a challenge file over plain HTTP. Let's Encrypt allows {{ duplicateLimit }} duplicate certificates per week for the same name.

{{ panelHostname }}

ACME account contact: {{ adminEmail }}

{% if certificate and certificate.issuer %}{{ certificate.issuer }}{% else %}Not issued{% endif %}
Issuer
{% if daysLeft is not None %}{{ daysLeft }}{% else %}—{% endif %}
Days remaining
{% if certificate and certificate.expiry %}Expires {{ certificate.expiry|date:"Y-m-d" }}{% else %}No certificate recorded{% endif %}
{% if certificate and certificate.lastError %}

Last attempt failed: {{ certificate.lastError }}

{% endif %}
{% include "sslManager/_joblog.html" %}
{% endblock %} {% block scripts %} {% endblock %}