mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
init commit for MacOS
This commit is contained in:
parent
f5725325e0
commit
e98674f9b9
@ -242,6 +242,7 @@ public class CertificateManagementAdminServiceImpl implements CertificateManagem
|
||||
String challengeToken = certMgtService.extractChallengeToken(cert);
|
||||
|
||||
if (challengeToken != null) {
|
||||
challengeToken = challengeToken.replace("\u0004&\u0013$","");
|
||||
challengeToken = challengeToken.substring(challengeToken.indexOf("(") + 1).trim();
|
||||
|
||||
SCEPManager scepManager = CertificateMgtAPIUtils.getSCEPManagerService();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user