{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% blocktrans with domain=certificate_domain %} Download the current HTTPS certificate for {{ domain }}, then add it to your device or browser trust store to remove the invalid certificate warning. {% endblocktrans %}
{{ certificate_path }}{% trans "Download certificate (.pem)" %}
{% trans "Tip: On managed fleets, distribute the certificate with your MDM profile." %}
{% else %}{% trans "No HTTPS certificate is currently available to download. Generate or assign a certificate in the NGINX site configuration first." %}
{% endif %}