fix: keystore

This commit is contained in:
caiyuchao
2025-04-15 14:25:12 +08:00
parent 15496d4644
commit ec4d34951d

View File

@@ -113,7 +113,7 @@ public class LicenseCreatorController {
}
// 相对路径resources资源目录
// String resourcePath = getClass().getClassLoader().getResource("").getPath();
param.setPrivateKeysStorePath(licensePath);
param.setPrivateKeysStorePath(privateKeysPath);
// param.setPrivateKeysStorePath("D:\\projects\\testdir\\spring-boot2-license\\cloud-license-serve\\target\\classes\\privateCerts.keystore");
param.setIssuedTime(new Date());
param.setExpiryTime(genParam.getExpiryTime());