From 50ccb327008b60a47db1498104b02f14a1fe0da0 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Mon, 26 Feb 2018 09:21:27 +0000 Subject: [PATCH] Adds a 'provision the certificates' step to the Windows deployment instructions. --- docs/source/deploying-a-node.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/source/deploying-a-node.rst b/docs/source/deploying-a-node.rst index 0643ff1332..bfc3eaa129 100644 --- a/docs/source/deploying-a-node.rst +++ b/docs/source/deploying-a-node.rst @@ -267,13 +267,16 @@ at boot, and means the Corda service stays running with no users connected to th * Set the amount of Java heap memory available to this node by modifying the -Xmx argument * Set an informative description -10. Run the batch file by clicking on it or from a command prompt +10. Provision the required certificates to your node. Contact the network permissioning service or see + :doc:`permissioning` -11. Run ``services.msc`` and verify that a service called ``cordanode1`` is present and running +11. Run the batch file by clicking on it or from a command prompt -12. Run ``netstat -ano`` and check for the ports you configured in ``node.conf`` +12. Run ``services.msc`` and verify that a service called ``cordanode1`` is present and running -13. You may need to open the ports on the Windows firewall +13. Run ``netstat -ano`` and check for the ports you configured in ``node.conf`` + + * You may need to open the ports on the Windows firewall Testing your installation -------------------------