4 lines
276 B
CSV
4 lines
276 B
CSV
域名,端口,证书颁发时间,证书过期时间,证书天数,分组,备注
|
|
{% for row in list -%}
|
|
{{row.domain}},{{row.port}},{{row.start_date or '-' }},{{row.expire_date or '-' }},{{row.real_time_expire_days}},{{row.group_name or '-' }},{{row.alias or '-' }}
|
|
{% endfor %} |