Skip to content

Fix EnrollmentDP.zip  #23

@Selbyl

Description

@Selbyl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions