mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-06 05:41:04 +00:00
* OCSP workaround for StrongSwan * Machine attributes framework * Scripting support * Default to nginx frontend
4 lines
138 B
HTML
4 lines
138 B
HTML
{% for key, value in certificate.attributes %}
|
|
<span class="attribute icon {{ key | replace('.', ' ') }}">{{ value }}</span>
|
|
{% endfor %}
|