Another file adjusted

This commit is contained in:
Wawrzyniec Niewodniczański 2019-01-14 10:55:39 +00:00
parent d55c527b3b
commit a2d4df1918
2 changed files with 4 additions and 4 deletions

View File

@ -60,8 +60,8 @@ relating to the Doorman, Network Map Service and Notary Service, and any other r
CRL configuration
-----------------
The Corda Network provides an endpoint serving an empty certificate revocation list for the TLS-level certificates.
This is intended for deployments that do not provide a CRL infrastructure but still require a strict CRL mode checking.
The Corda Network provides an endpoint serving an empty certificate revocation list for TLS-level certificates.
This is intended for deployments that do not provide a CRL infrastructure but still require strict CRL mode checking.
In order to use this, add the following to your configuration file:
.. parsed-literal::

View File

@ -1,7 +1,7 @@
Node folder structure
=====================
A folder with Corda node files has the following structure:
A folder containing a Corda node files has the following structure:
.. sourcecode:: none
@ -11,7 +11,7 @@ A folder with Corda node files has the following structure:
├── brokers // Stores buffered RPC messages
├── certificates // The node's certificates
├── corda-webserver.jar // The built-in node webserver (DEPRECATED)
├── corda.jar // The core Corda libraries (JAR with actually Corda node)
├── corda.jar // The core Corda libraries (This is the actual Corda node implementation)
├── cordapps // The CorDapp JARs installed on the node
├── drivers // Contains a Jolokia driver used to export JMX metrics, the node loads any additional JAR files from this directory at startup.
├── logs // The node's logs