-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject unsigned and support fallback certificate for receiving files. (…
…#289) * Support fallback x509 certificate aliases for certificate changeover. * Enhance the properties parser to support periods in the property name * Make it possible to override most of the values using a properties file * Get rid of some white noise in the commit window * Allow script to run without prompts * Fix goto call * Allow providing the override properties file if it exists Allow defining a custom Java env to use. Allow overriding the service name. * Support overriding provioding the properties file for config override as an env var into startup script. * Add debug log statement to help with identifying config problems. * Add static property key for rejecting unsigned messages. * Add disposition message for when the message is not signed and is required by the receiver. * Support checking for config to reject unsigned messages. * Fix the certificate fallback logic. * Fix formatting * Enhance documentation with new features * Release notes documentation * Version upgrades * Add missing tcp server password property * Documentation update on certificate fallback functionality. * Support tracking when file cleanup has already been called to avoid error messages.
- Loading branch information
1 parent
ce5a592
commit faa90e6
Showing
23 changed files
with
298 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,7 @@ pom.xml.versionsBackup | |
/Bundle/target/ | ||
/lib/ | ||
/Server/src/logs/ | ||
**/.DS_Store | ||
**/.settings | ||
**/*.class | ||
.metadata/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.