Skip to content

Commit

Permalink
Merge pull request #577 from montag451/token-doc
Browse files Browse the repository at this point in the history
doc: Fix token creation procedure
  • Loading branch information
stgraber authored Mar 4, 2024
2 parents 58e1876 + d616ce4 commit c64a0ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/howto/server_expose.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ To authenticate a client using a trust token, complete the following steps:

1. On the server, enter the following command:

incus config trust add
incus config trust add <client_name>

Enter the name of the client that you want to add.
The command generates and prints a token that can be used to add the client certificate.
1. On the client, add the server with the following command:

Expand Down

0 comments on commit c64a0ed

Please sign in to comment.