From 49a2b43cc7b50847038d5948252a1c74caaa2a4b Mon Sep 17 00:00:00 2001 From: Mitchell Harris Date: Mon, 26 Feb 2024 17:28:08 -0700 Subject: [PATCH 1/2] Improve MacOs self signed certificate instructions The mac instructions provided are missing a ton of flags required for support of various versions of java and library imports. Just adding the command line argument to the launcher is much simpler. --- Readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index c9ddbce..5cb24b5 100644 --- a/Readme.md +++ b/Readme.md @@ -742,9 +742,10 @@ __Windows__: 1. Click save __MacOS__: -1. Open `Terminal` and use the command line. -1. Navigate `cd /Applications/Mirth Connect Administrator Launcher.app/Contents/java/app` -1. Execute `java -jar mirth-client-launcher.jar -k -d` +1. Open `/Applications/Mirth Connect Administrator Launcher.app/Contents/Info.plist` +1. Find the `ArgumentsArray` +1. Add `-k` beteween to the `` tags +1. Launch the Mirth Connect Administrator Launcher app normally __Linux__: 1. You're on Linux. You figure it out :) Linux should be very similar to MacOS. Find the install path to the JAR, run the jar with the `-k` flag. From 699ab7f431f2b25130c13fdd689c3eda601b0211 Mon Sep 17 00:00:00 2001 From: Mitchell Harris Date: Mon, 26 Feb 2024 17:30:22 -0700 Subject: [PATCH 2/2] Typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5cb24b5..29153ea 100644 --- a/Readme.md +++ b/Readme.md @@ -744,7 +744,7 @@ __Windows__: __MacOS__: 1. Open `/Applications/Mirth Connect Administrator Launcher.app/Contents/Info.plist` 1. Find the `ArgumentsArray` -1. Add `-k` beteween to the `` tags +1. Add `-k` between the `` tags 1. Launch the Mirth Connect Administrator Launcher app normally __Linux__: