You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,22 @@
6
6
7
7
- CLI option to enable TLS client auth for JSON-RPC HTTP [\#340](https://github.com/hyperledger/besu/pull/340)
8
8
9
-
Following cli options are added to enable TLS client authentication and trusting client certificates.
9
+
Added CLI options to enable TLS client authentication and trusting client certificates:
10
10
~~~
11
11
--rpc-http-tls-client-auth-enabled - Enable TLS client authentication for the JSON-RPC HTTP service (default: false)
12
12
--rpc-http-tls-known-clients-file - Path to file containing client's certificate common name and fingerprint for client authentication.
13
13
--rpc-http-tls-ca-clients-enabled - Enable to accept clients certificate signed by a valid CA for client authentication (default: false)
14
14
~~~
15
-
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.
15
+
If client-auth is enabled, user must either enable CA signed clients OR provide a known-clients file. An error is reported
16
+
if both CA signed clients is disabled and known-clients file is not specified.
0 commit comments