1.4.0-beta3 release (#347)

Signed-off-by: Edward Evans <edward.joshua.evans@gmail.com>
pull/348/head 1.4.0-beta3
Danno Ferrin 5 years ago committed by GitHub
parent 288c385ac0
commit 15108e1fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      CHANGELOG.md
  2. 2
      gradle.properties

@ -6,17 +6,22 @@
- CLI option to enable TLS client auth for JSON-RPC HTTP [\#340](https://github.com/hyperledger/besu/pull/340)
Following cli options are added to enable TLS client authentication and trusting client certificates.
Added CLI options to enable TLS client authentication and trusting client certificates:
~~~
--rpc-http-tls-client-auth-enabled - Enable TLS client authentication for the JSON-RPC HTTP service (default: false)
--rpc-http-tls-known-clients-file - Path to file containing client's certificate common name and fingerprint for client authentication.
--rpc-http-tls-ca-clients-enabled - Enable to accept clients certificate signed by a valid CA for client authentication (default: false)
~~~
If client-auth is enabled, then user must either enable CA signed clients OR provide a known-clients file. An error is reported if both CA signed clients is disabled and known-clients file is not specified.
If client-auth is enabled, user must either enable CA signed clients OR provide a known-clients file. An error is reported
if both CA signed clients is disabled and known-clients file is not specified.
### Bug Fixes
- Stable Plugins APIs [\#346](https://github.com/hyperledger/besu/pull/346)
The `BesuEvents` service and related `data` package have been marked as a stable plugin API.
### Bug Fixes
-
- Return missing signers from getSignerMetrics [\#343](https://github.com/hyperledger/besu/pull/)
## 1.4 Beta 2

@ -1,2 +1,2 @@
org.gradle.jvmargs=-Xmx1g
version=1.4.0-beta3-SNAPSHOT
version=1.4.0-beta3

Loading…
Cancel
Save