Hi,
This is a Lemur certificate rotation notice. Your certificate has been re-issued and re-provisioned.
|
|
|
{{ message.certificates.name }}
{{ message.certificates.owner }}
{{ message.certificates.validityEnd | time }}
Details
|
|
Replaces:
|
|
|
{{ message.certificates.replaces[0].name }}
{{ message.certificates.replaces[0].owner }}
{{ message.certificates.replaces[0].validityEnd | time }}
Details
|
|
Endpoints Rotated:
|
{% if message.certificates.endpoints | length > 0 %}
{% for endpoint in message.certificates.endpoints %}
|
|
{{ endpoint.name }}
{{ endpoint.dnsname }} | {{ endpoint.port }}
Details
|
{% if not loop.last %}
|
{% endif %}
{% endfor %}
{% else %}
|
|
No associated endpoints
|
{% endif %}
|
If any of the above information looks incorrect, or if the endpoints mentioned are no longer in use please reach out to {{ ", ".join(message.certificates.security_email) }}.
|
Best, Lemur
|
|