certidude/certidude/templates/mail/certificate-signed.md

15 lines
507 B
Markdown
Raw Normal View History

Signed {{ common_name }} ({{ cert_serial_hex }})
This is simply to notify that certificate {{ common_name }}
2017-04-22 19:48:29 +00:00
with serial number {{ cert_serial_hex }}
was signed{% if signer %} by {{ signer }}{% endif %}.
The certificate is valid from {{ builder.begin_date }} until
{{ builder.end_date }}.
2017-04-22 19:48:29 +00:00
{% if overwritten %}
By doing so existing certificate with the same common name
and serial number {{ prev_serial_hex }} was rejected
and services making use of that certificate might become unavailable.
{% endif %}