diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/templates/certificate_list.html b/templates/certificate_list.html index 353ffbe..2f87b87 100644 --- a/templates/certificate_list.html +++ b/templates/certificate_list.html @@ -34,6 +34,7 @@ CA机构 状态 有效期至 + 创建者 创建时间 操作 @@ -67,6 +68,7 @@ {% endif %} {{ cert.expires_at.strftime('%Y-%m-%d') }} + {{ get_username(cert.created_by) }} {{ cert.created_at.strftime('%Y-%m-%d') }}