We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea43334 commit b6e8bc3Copy full SHA for b6e8bc3
1 file changed
bcos3sdklib/bcos3_sdk_config_sample.ini
@@ -13,11 +13,11 @@
13
ssl_type = ssl
14
; directory the certificates located in, defaul: ./conf
15
ca_path=./bcos3sdklib
16
- ; the ca certificate file
+ ; the ca certificate file.Filename only,NOT the full path
17
ca_cert=ca.crt
18
- ; the node private key file
+ ; the node private key file.Filename only,NOT the full path
19
sdk_key=sdk.key
20
- ; the node certificate file
+ ; the node certificate file.Filename only,NOT the full path
21
sdk_cert=sdk.crt
22
23
[peers]
0 commit comments