mirror of
https://github.com/corda/corda.git
synced 2025-04-28 23:10:37 +00:00
Adjust 'important' to be bold
This commit is contained in:
parent
bf4d7b1848
commit
0624e4eb1d
@ -72,7 +72,7 @@ compatibilityZoneURL
|
|||||||
The root address of Corda compatibility zone network management services, it is used by the Corda node to register with the network and obtain Corda node certificate, (See :doc:`permissioning` for more information.) and also used by the node to obtain network map information.
|
The root address of Corda compatibility zone network management services, it is used by the Corda node to register with the network and obtain Corda node certificate, (See :doc:`permissioning` for more information.) and also used by the node to obtain network map information.
|
||||||
Cannot be set at the same time as the ``networkServices`` option.
|
Cannot be set at the same time as the ``networkServices`` option.
|
||||||
|
|
||||||
*Important:* old config value, please use networkServices
|
**Important: old config value, please use networkServices**
|
||||||
|
|
||||||
*Default:* not defined
|
*Default:* not defined
|
||||||
|
|
||||||
@ -166,7 +166,7 @@ devMode
|
|||||||
devModeOptions
|
devModeOptions
|
||||||
Allows modification of certain ``devMode`` features
|
Allows modification of certain ``devMode`` features
|
||||||
|
|
||||||
*Important:* This is an unsupported configuration.
|
**Important: This is an unsupported configuration.**
|
||||||
|
|
||||||
allowCompatibilityZone
|
allowCompatibilityZone
|
||||||
Allows a node configured to operate in development mode to connect to a compatibility zone.
|
Allows a node configured to operate in development mode to connect to a compatibility zone.
|
||||||
@ -183,7 +183,7 @@ extraNetworkMapKeys
|
|||||||
An optional list of private network map UUIDs. Your node will fetch the public network and private network maps based on these keys.
|
An optional list of private network map UUIDs. Your node will fetch the public network and private network maps based on these keys.
|
||||||
Private network UUID should be provided by network operator and lets you see nodes not visible on public network.
|
Private network UUID should be provided by network operator and lets you see nodes not visible on public network.
|
||||||
|
|
||||||
*Important:* This is temporary feature for onboarding network participants that limits their visibility for privacy reasons.
|
**Important: This is temporary feature for onboarding network participants that limits their visibility for privacy reasons.**
|
||||||
|
|
||||||
*Default:* not defined
|
*Default:* not defined
|
||||||
|
|
||||||
@ -222,7 +222,7 @@ flowTimeout
|
|||||||
h2Port
|
h2Port
|
||||||
Defines port for h2 DB.
|
Defines port for h2 DB.
|
||||||
|
|
||||||
*Important:* Deprecated please use h2Setting instead
|
**Important: Deprecated please use h2Setting instead**
|
||||||
|
|
||||||
h2Settings
|
h2Settings
|
||||||
Sets the H2 JDBC server host and port.
|
Sets the H2 JDBC server host and port.
|
||||||
@ -262,15 +262,15 @@ jmxReporterType
|
|||||||
keyStorePassword
|
keyStorePassword
|
||||||
The password to unlock the KeyStore file (``<workspace>/certificates/sslkeystore.jks``) containing the node certificate and private key.
|
The password to unlock the KeyStore file (``<workspace>/certificates/sslkeystore.jks``) containing the node certificate and private key.
|
||||||
|
|
||||||
*Important:* This is the non-secret value for the development certificates automatically generated during the first node run.
|
**Important: This is the non-secret value for the development certificates automatically generated during the first node run.
|
||||||
Longer term these keys will be managed in secure hardware devices.
|
Longer term these keys will be managed in secure hardware devices.**
|
||||||
|
|
||||||
*Default:* cordacadevpass
|
*Default:* cordacadevpass
|
||||||
|
|
||||||
lazyBridgeStart
|
lazyBridgeStart
|
||||||
Internal option.
|
Internal option.
|
||||||
|
|
||||||
*Important:* Please do not change.
|
**Important: Please do not change.**
|
||||||
|
|
||||||
*Default:* true
|
*Default:* true
|
||||||
|
|
||||||
@ -343,7 +343,7 @@ networkServices
|
|||||||
If the Corda compatibility zone services, both network map and registration (doorman), are not running on the same endpoint
|
If the Corda compatibility zone services, both network map and registration (doorman), are not running on the same endpoint
|
||||||
and thus have different URLs then this option should be used in place of the ``compatibilityZoneURL`` setting.
|
and thus have different URLs then this option should be used in place of the ``compatibilityZoneURL`` setting.
|
||||||
|
|
||||||
*Important:* Only one of ``compatibilityZoneURL`` or ``networkServices`` should be used.
|
**Important: Only one of ``compatibilityZoneURL`` or ``networkServices`` should be used.**
|
||||||
|
|
||||||
doormanURL
|
doormanURL
|
||||||
Root address of the network registration service.
|
Root address of the network registration service.
|
||||||
@ -375,18 +375,18 @@ rpcAddress
|
|||||||
The address of the RPC system on which RPC requests can be made to the node.
|
The address of the RPC system on which RPC requests can be made to the node.
|
||||||
If not provided then the node will run without RPC.
|
If not provided then the node will run without RPC.
|
||||||
|
|
||||||
*Important:* Deprecated. Use rpcSettings instead.
|
**Important: Deprecated. Use rpcSettings instead.**
|
||||||
|
|
||||||
*Default:* not defined
|
*Default:* not defined
|
||||||
|
|
||||||
rpcSettings
|
rpcSettings
|
||||||
Options for the RPC server exposed by the Node.
|
Options for the RPC server exposed by the Node.
|
||||||
|
|
||||||
*Important:* The RPC SSL certificate is used by RPC clients to authenticate the connection.
|
**Important: The RPC SSL certificate is used by RPC clients to authenticate the connection.
|
||||||
The Node operator must provide RPC clients with a truststore containing the certificate they can trust.
|
The Node operator must provide RPC clients with a truststore containing the certificate they can trust.
|
||||||
We advise Node operators to not use the P2P keystore for RPC.
|
We advise Node operators to not use the P2P keystore for RPC.
|
||||||
The node can be run with the "generate-rpc-ssl-settings" command, which generates a secure keystore and truststore that can be used to secure the RPC connection.
|
The node can be run with the "generate-rpc-ssl-settings" command, which generates a secure keystore and truststore that can be used to secure the RPC connection.
|
||||||
You can use this if you have no special requirements.
|
You can use this if you have no special requirements.**
|
||||||
|
|
||||||
address
|
address
|
||||||
host and port for the RPC server binding.
|
host and port for the RPC server binding.
|
||||||
@ -472,7 +472,7 @@ tlsCertCrlDistPoint
|
|||||||
CRL distribution point (i.e. URL) for the TLS certificate.
|
CRL distribution point (i.e. URL) for the TLS certificate.
|
||||||
Default value is NULL, which indicates no CRL availability for the TLS certificate.
|
Default value is NULL, which indicates no CRL availability for the TLS certificate.
|
||||||
|
|
||||||
*Important:* This needs to be set if crlCheckSoftFail is false (i.e. strict CRL checking is on).
|
**Important: This needs to be set if crlCheckSoftFail is false (i.e. strict CRL checking is on).**
|
||||||
|
|
||||||
*Default:* NULL
|
*Default:* NULL
|
||||||
|
|
||||||
@ -481,7 +481,7 @@ tlsCertCrlIssuer
|
|||||||
CRL issuer (given in the X500 name format) for the TLS certificate.
|
CRL issuer (given in the X500 name format) for the TLS certificate.
|
||||||
Default value is NULL, which indicates that the issuer of the TLS certificate is also the issuer of the CRL.
|
Default value is NULL, which indicates that the issuer of the TLS certificate is also the issuer of the CRL.
|
||||||
|
|
||||||
*Important:* If this parameter is set then `tlsCertCrlDistPoint` needs to be set as well.
|
**Important: If this parameter is set then `tlsCertCrlDistPoint` needs to be set as well.**
|
||||||
|
|
||||||
*Default:* NULL
|
*Default:* NULL
|
||||||
|
|
||||||
@ -496,7 +496,7 @@ trustStorePassword
|
|||||||
useTestClock
|
useTestClock
|
||||||
Internal option.
|
Internal option.
|
||||||
|
|
||||||
*Important:* Please do not change.
|
**Important: Please do not change.**
|
||||||
|
|
||||||
*Default:* false
|
*Default:* false
|
||||||
|
|
||||||
@ -504,7 +504,7 @@ useTestClock
|
|||||||
verfierType
|
verfierType
|
||||||
Internal option.
|
Internal option.
|
||||||
|
|
||||||
*Important:* Please do not change.
|
**Important: Please do not change.**
|
||||||
|
|
||||||
*Default:* InMemory
|
*Default:* InMemory
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user