<#include "/adminPage/common.html"/>
<#include "/adminPage/header.html"/> <#include "/adminPage/menu.html"/>
${menuStr.cert}
${certStr.tips}
<#list page.records as cert>
${certStr.domain} ${certStr.getWay} ${certStr.dnsProvider} ${certStr.signTime} ${certStr.certPath} ${certStr.isAuto} ${commonStr.operation}
${cert.domain} <#if cert.type==1> ${certStr.manualUp} <#if cert.type==0> ${certStr.byApply} <#if cert.type==2> ${certStr.byDns} <#if cert.type==0> <#if cert.dnsType=='dp'> ${certStr.dnsPod} <#if cert.dnsType=='ali'> ${certStr.aliDns} <#if cert.dnsType=='cf'> Cloudflare <#if cert.dnsType=='gd'> Godaddy <#if cert.dnsType=='hw'> ${certStr.huawei} <#if cert.makeTime!=null> ${cert.makeTime?number_to_datetime?string('yyyy-MM-dd HH:mm:ss')} pem: ${cert.pem}
key: ${cert.key}
<#if cert.type==0 || cert.type==2> <#if cert.type==0 || cert.type==2> <#if cert.pem == null || cert.pem == "">
<#if cert.pem != null && cert.pem != "">
<#if cert.type == 2>
<#if cert.pem!=null && cert.pem!='' && cert.key!=null&& cert.key!=''>
<#include '/adminPage/script.html'/> <#include '/adminPage/select_root.html'/>