From ebb351b76b5c2c3a1574ffe4246d1945cfd32a5e Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Mon, 11 Jun 2018 15:09:43 +0100 Subject: [PATCH] Docs: create a top level Corda Firewall section. --- docs/source/corda-firewall.rst | 12 ++++++++++++ docs/source/index.rst | 3 +-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 docs/source/corda-firewall.rst diff --git a/docs/source/corda-firewall.rst b/docs/source/corda-firewall.rst new file mode 100644 index 0000000000..fbdbe05128 --- /dev/null +++ b/docs/source/corda-firewall.rst @@ -0,0 +1,12 @@ +Corda Firewall +============== + +Corda Enterprise ships a component called the *Corda Firewall*. The firewall is actually made up of two separate programs, +called the *bridge* and the *float*. These handle outbound and inbound connections respectively, and allow a node +administrator to minimise the amount of code running in a network's DMZ. The firewall provides some basic protection +features in this release: future releases may add enhanced monitoring and audit capabilities. + +.. toctree:: + + corda-bridge-component + bridge-configuration-file diff --git a/docs/source/index.rst b/docs/source/index.rst index 8fdcc5056f..acd06dbccb 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -30,8 +30,7 @@ application development please continue to refer to `the main project documentat hot-cold-deployment database-migration - corda-bridge-component - bridge-configuration-file + corda-firewall .. toctree:: :caption: Development