修复keyring导出缺少 CRL列、再次颁发有效期(天)可填写小数的bug

This commit is contained in:
wangwei
2019-06-24 10:05:42 +08:00
parent c812bebb2d
commit 92c34a108c
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ public class PxyObjKeyring extends BaseCfg<PxyObjKeyring> {
@ExcelField(title="expire_after",sort=5)
private Integer expireAfter;
private String publicKeyAlgo;
@ExcelField(title="crl",sort=5)
private String crl;
@ExcelField(title="issuer",sort=6)
private String issuer;