{% extends "base.html" %} {% block title %}{{ ca.name }} - CA详情{% endblock %} {% block content %}
{{ ca.cert_path|to_pinyin }}
{{ ca.key_path|to_pinyin }}
| ID | 通用名 | 状态 | 有效期至 | 创建时间 | 操作 |
|---|---|---|---|---|---|
| {{ cert.id }} | {{ cert.common_name }} | {% if cert.status == 'active' %} 有效 {% elif cert.status == 'revoked' %} 已吊销 {% else %} 已过期 {% endif %} | {{ cert.expires_at.strftime('%Y-%m-%d') }} | {{ cert.created_at.strftime('%Y-%m-%d') }} |