Adds a 'provision the certificates' step to the Windows deployment instructions.

This commit is contained in:
Joel Dudley 2018-02-26 09:21:27 +00:00 committed by GitHub
parent 1bca591dd1
commit 50ccb32700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-------------------------