{% load static compress %} {% compress css %} {% endcompress %}

INSTALLED CERTIFICATE

Common Name: {{ CN }}
Issued: {{ issue_date|date:"Y-m-d" }}
Expires: {{ expiration_date|date:"Y-m-d" }}
Certificate Authority: {{ issuer }}
Public Key Algorithm: {{ pub_key_algo }}
Public Key Size: {{ pub_key_size }}
Issuer Signature Algorithm: {{ sig_algo }}
Subject Alternative Names: {% for item in SANs %}
{{ item }}
{% endfor %}

GENERATE CSR

Generate a CSR to replace the installed certificate.
{{ csr_generation_form.as_table }}

INSTALL NEW CERTIFICATE

  • To install the certificate issued by a CA for the generated CSR:
    Upload a single .pem file that contains the signed certificate and the CA bundle.
  • To install a certificate that has a custom private key:
    Upload a single .pem file that contains a private key, a certificate, and the CA bundle.
{{ import_cert_form.non_field_errors }} {{ import_cert_form.pem_file.errors }}
{{ import_cert_form.pem_file }}