Skip to content

Commit

Permalink
Merge pull request #151 from maveonair/doc-improvements
Browse files Browse the repository at this point in the history
docs: Minor improvements in index.md
  • Loading branch information
stgraber authored Oct 31, 2024
2 parents fb820a6 + f7dbe2e commit bcc894a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The `remote` block supports:

* `name` - *Optional* - The name of the Incus remote.

* `token` - *Optional* - The trust token to authenticate to the Incus remote.
* `token` - *Optional* - The one-time trust [token](https://linuxcontainers.org/incus/docs/main/authentication/#adding-client-certificates-using-tokens) used for initial authentication with the Incus remote.

* `port` - *Optional* - The port of the Incus remote.

Expand All @@ -116,7 +116,7 @@ The required variables are:

## PKI Support

Incus is capable of authenticating via PKI. In order to do this, you must
Incus is capable of [authenticating via PKI](https://linuxcontainers.org/incus/docs/main/authentication/#using-a-pki-system). In order to do this, you must
generate appropriate certificates on _both_ the remote/server side and client
side. Details on how to generate these certificates is out of scope of this
document.

0 comments on commit bcc894a

Please sign in to comment.