corda/network-management
mkit 1ec40ee983
Network Map signing (#87)
* Network Map signing

* Fixing failing tests

* Fixing integration tests

* Addressing review comments

* Addressing review comments

* Rebasing to the new network parameters + network map ownership redesign

* Addressing review comments

* Addressing review comments

* Splitting the PR

* Reverting enum uppercasing

* Fixing the NetworkMapEntity comment

* Addressing review comments - round 3

* Fixing docs and adding some TODOS

* Removing nullification of the common name
2017-11-14 08:29:07 +00:00
..
libs Merging signing service and doorman (#72) 2017-10-20 17:19:50 +01:00
src Network Map signing (#87) 2017-11-14 08:29:07 +00:00
build.gradle Network Map signing (#87) 2017-11-14 08:29:07 +00:00
doorman.conf ENT-990 Make doorman read an initial set of Network parameters from d… (#96) 2017-11-13 15:40:44 +00:00
initial-network-parameters.conf ENT-990 Make doorman read an initial set of Network parameters from d… (#96) 2017-11-13 15:40:44 +00:00
Readme.md ENT-990 Make doorman read an initial set of Network parameters from d… (#96) 2017-11-13 15:40:44 +00:00

The Doorman source code is located under network-management/src

To build a fat jar containing all the doorman code you can simply invoke .. sourcecode:: bash ./gradlew network-management:buildDoormanJAR

The built file will appear in network-management/build/libs/doorman-<VERSION>-capsule.jar