We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1491a35 commit 6b7246fCopy full SHA for 6b7246f
1 file changed
DEVELOPERS.md
@@ -23,8 +23,9 @@ can be installed by [sdkman](https://sdkman.io/) by executing `sdkman env instal
23
From the `server/` directory, run `ant -f mirth-build.xml -DdisableSigning=true`.
24
25
If you are using Mirth Connect Administrator Launcher, you may need to omit
26
-`-DdisableSigning=true` to support JWS signatures. Launchers like
27
-[Ballista](https://github.com/kayyagari/ballista) do not require signing, and
+`-DdisableSigning=true` to support JWS signatures and run MCAL passing `-k -d`
+to make it ignore self-signed certificates. Launchers like
28
+[Ballista](https://github.com/kayyagari/ballista) do not require signing, and
29
signing adds considerable time to the build process.
30
31
## Run
0 commit comments