mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Another file adjusted
This commit is contained in:
parent
d55c527b3b
commit
a2d4df1918
@ -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::
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user