mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Commenting previous lines
This commit is contained in:
parent
0b800b8615
commit
bbc1132100
@ -349,6 +349,8 @@ public class CertificateGenerator {
|
|||||||
Date validityEndDate = commonUtil.getValidityEndDate();
|
Date validityEndDate = commonUtil.getValidityEndDate();
|
||||||
|
|
||||||
X500Name certSubject = new X500Name(ConfigurationUtil.DEFAULT_PRINCIPAL);
|
X500Name certSubject = new X500Name(ConfigurationUtil.DEFAULT_PRINCIPAL);
|
||||||
|
//X500Name certSubject = request.getSubject();
|
||||||
|
|
||||||
Attribute attributes[] = request.getAttributes();
|
Attribute attributes[] = request.getAttributes();
|
||||||
|
|
||||||
// if (certSubject == null) {
|
// if (certSubject == null) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user