Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions input/kube-cli/site-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,14 @@ All inter-site traffic is protected by mutual TLS and routed through the HTTP CO
You can now expose services on the application network.

There are many options to consider when linking sites using the CLI, see [CLI Reference][cli-ref], including *frequently used* options.


## Using custom certificates

For information about linking sites using custom certificates instead of the default Skupper-generated certificates, see [Linking sites using custom certificates][custom-certs-yaml].

**📌 NOTE**
For custom certificate workflows YAML provides more control over certificate management and integration with existing PKI infrastructure, although you can still use the Skupper CLI to generate links for those workflows.

[custom-certs-yaml]: ../kube-yaml/custom-certs.md

Loading