Skip to content

Commit 1fb442a

Browse files
docs: Updated Connection URI doc to clearify certs order
Changelog-None.
1 parent 9215653 commit 1fb442a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/developers-guide/app-development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ commando+<protocol>://<cln-host>:<ws-port>?pubkey=<pubkey>&rune=<rune>&invoiceRu
3232
- pubkey: Node's public key (hex encoded)
3333
- rune: Authentication rune for general commands
3434
- invoiceRune: Specific rune for invoice creation (optional)
35-
- certs: Base64-encoded concatenation of client key, client cert, and CA cert
35+
- certs: A Base64-encoded sequence created by concatenating the client key, client certificate, and CA certificate, in that order.
3636

3737
#### Example:
3838

@@ -50,7 +50,7 @@ clnrest+<protocol>://<rest-host>:<rest-port>?rune=<rune>&certs=<combined-base64-
5050
- rest-host: Hostname or IP address of the REST interface
5151
- rest-port: REST API port (typically 3010)
5252
- rune: Authentication rune for REST API access
53-
- certs: Base64-encoded concatenation of client key, client cert, and CA cert
53+
- certs: A Base64-encoded sequence created by concatenating the client key, client certificate, and CA certificate, in that order.
5454

5555
#### Example:
5656

@@ -69,7 +69,7 @@ clngrpc://<grpc-host>:<grpc-port>?pubkey=<pubkey>&protoPath=<path-to-proto>&cert
6969
- grpc-port: gRPC port (typically 9736)
7070
- pubkey: Node's public key (hex encoded)
7171
- protoPath: Path to protocol buffer definition file (typically https://github.com/ElementsProject/lightning/tree/master/cln-grpc/proto)
72-
- certs: Base64-encoded concatenation of client key, client cert, and CA cert
72+
- certs: A Base64-encoded sequence created by concatenating the client key, client certificate, and CA certificate, in that order.
7373

7474
#### Example:
7575

0 commit comments

Comments
 (0)