Skip to content

Commit

Permalink
fixed the README sample
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Brautigam <[email protected]>
  • Loading branch information
Skarlso committed Jan 4, 2025
1 parent a1a57dd commit 4cf9bef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cf9bef

Please sign in to comment.