Skip to content

Commit 6b7246f

Browse files
committed
Updated MCAL language to addresss self-signed certs
Signed-off-by: Mitch Gaffigan <mitch.gaffigan@comcast.net>
1 parent 1491a35 commit 6b7246f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DEVELOPERS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ can be installed by [sdkman](https://sdkman.io/) by executing `sdkman env instal
2323
From the `server/` directory, run `ant -f mirth-build.xml -DdisableSigning=true`.
2424

2525
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
26+
`-DdisableSigning=true` to support JWS signatures and run MCAL passing `-k -d`
27+
to make it ignore self-signed certificates. Launchers like
28+
[Ballista](https://github.com/kayyagari/ballista) do not require signing, and
2829
signing adds considerable time to the build process.
2930

3031
## Run

0 commit comments

Comments
 (0)