From 4cf9bef4634a48b5cc88e1a75a7477895dc25a6f Mon Sep 17 00:00:00 2001 From: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Date: Sat, 4 Jan 2025 09:49:17 +0100 Subject: [PATCH] fixed the README sample Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a300a39..6aea6ef 100644 --- a/README.md +++ b/README.md @@ -76,13 +76,15 @@ The following authentication methods are available: ``` - SSH with provided private key ``` -./cty generate crd -g https://github.com/Skarlso/crd-bootstrap --private-ssh-key-file ~/.ssh/main-key +./cty generate crd -g git@github.com:Skarlso/crd-bootstrap --private-ssh-key-file ~/.ssh/main-key ``` - SSH by using the local ssh-agent ``` -./cty generate crd -g https://github.com/Skarlso/crd-bootstrap --ssh-agent +./cty generate crd -g git@github.com:Skarlso/crd-bootstrap --ssh-agent ``` +Notice the URL change in case SSH authentication is provided. + Further certificate bundles can be provided for privately hosted git servers with `--ca-bundle-file`. ### HTML output