Skip to content

Commit b6e8bc3

Browse files
update bcos3_sdk_config sample
1 parent ea43334 commit b6e8bc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bcos3sdklib/bcos3_sdk_config_sample.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
ssl_type = ssl
1414
; directory the certificates located in, defaul: ./conf
1515
ca_path=./bcos3sdklib
16-
; the ca certificate file
16+
; the ca certificate file.Filename only,NOT the full path
1717
ca_cert=ca.crt
18-
; the node private key file
18+
; the node private key file.Filename only,NOT the full path
1919
sdk_key=sdk.key
20-
; the node certificate file
20+
; the node certificate file.Filename only,NOT the full path
2121
sdk_cert=sdk.crt
2222

2323
[peers]

0 commit comments

Comments
 (0)