fix: keystore
This commit is contained in:
@@ -113,7 +113,7 @@ public class LicenseCreatorController {
|
|||||||
}
|
}
|
||||||
// 相对路径resources资源目录
|
// 相对路径resources资源目录
|
||||||
// String resourcePath = getClass().getClassLoader().getResource("").getPath();
|
// 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.setPrivateKeysStorePath("D:\\projects\\testdir\\spring-boot2-license\\cloud-license-serve\\target\\classes\\privateCerts.keystore");
|
||||||
param.setIssuedTime(new Date());
|
param.setIssuedTime(new Date());
|
||||||
param.setExpiryTime(genParam.getExpiryTime());
|
param.setExpiryTime(genParam.getExpiryTime());
|
||||||
|
|||||||
Reference in New Issue
Block a user