mirror of
https://gitee.com/willfree/min-dev-java.git
synced 2026-06-17 18:20:25 +08:00
修改了一行输出
This commit is contained in:
@@ -444,7 +444,7 @@ public class IdentityManager {
|
||||
&&(targetIdentity.getCert().getSignature() == null)) {
|
||||
return "";
|
||||
}
|
||||
System.out.println(targetIdentity.getCert());
|
||||
System.out.println("dump cert: "+targetIdentity.getCert());
|
||||
return CertUtils.toPem(targetIdentity.getCert(), passwd, Common.SM4ECB);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user