-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
In two test environments when installing TAKServer Docker ver. 5.5, the EnrollmentDP.zip did not work as expected. Viewing the preference file, I noticed the Data Package does not have a cert folder and the caCert.p12. removing the cert folder in the preference file fixed this issue. Reccomending the following change:
Change line 1087 from:
<entry key="caLocation0" class="class java.lang.String">cert/caCert.p12</entry>
to:
<entry key="caLocation0" class="class java.lang.String">caCert.p12</entry>
Metadata
Metadata
Assignees
Labels
No labels