Skip to content

Commit 787fb5f

Browse files
committed
update readme
1 parent d90374c commit 787fb5f

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Important:
2727
Thanks @fauxserve for coming up with the idea and initial bash version.
2828

2929
## History
30+
- 2023-04-20: Remove check for SSL verification. Require a trusted server certificate. Better notification if package install fails.
31+
3032
- 2022-11-07: Add ability to suppress notifications about a background process ReEnroller installs.
3133

3234
- 2022-02-25: Change default options for management account to not create and not hide (mdm enrollment will handle the management account). Support bearer token authentication for API access in Jamf Pro 10.35 and later.

ReEnroller.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@
368368
DEVELOPMENT_TEAM = PS2F6S478M;
369369
ENABLE_HARDENED_RUNTIME = YES;
370370
INFOPLIST_FILE = ReEnroller/Info.plist;
371+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
371372
LD_RUNPATH_SEARCH_PATHS = (
372373
"$(inherited)",
373374
"@executable_path/../Frameworks",
@@ -394,6 +395,7 @@
394395
DEVELOPMENT_TEAM = PS2F6S478M;
395396
ENABLE_HARDENED_RUNTIME = YES;
396397
INFOPLIST_FILE = ReEnroller/Info.plist;
398+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
397399
LD_RUNPATH_SEARCH_PATHS = (
398400
"$(inherited)",
399401
"@executable_path/../Frameworks",

ReEnroller/help/help.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ <h1 id="Heading1">ReEnroller</h1></div>
153153
<div><strong>Important:</strong> If deploying the package to macOS 13+ be sure to deploy the ReEnrollerNotification.mobileconf before deploying the package to suppress unwanted notifications.</div>
154154
<ul style="margin-left:17px;line-height: 1.4;">
155155
<li>Enter the URL and Jamf administrator credentials, or an account with at least enrollment privileges, for the new Jamf server.</li>
156+
<li>The server must have a trusted certificate used to encrypt https traffic.</li>
156157
<li>If you wish to retain the existing management account and the password enter those credentials.&nbsp; If you wish to change the management account and or password, or wish to use a random password a new management account must be entered.&nbsp; This must be an account not currently on the machine, it will be created during (re)enrollment.&nbsp;&nbsp; </li>
157158
<li>If you choose to add a configuration profile containing a network payload either browse to the file or drag it in.&nbsp; A common profile may include a WiFi payload used to maintain network connectivity during the re-enrollment process. Note, 802.1x profiles are not supported.</li>
158159
<li>If you wish to generate a package for an initial enrollment check 'Use for new enrollment'.</li>

0 commit comments

Comments
 (0)