Skip to content

Commit

Permalink
doc: Fix token creation procedure
Browse files Browse the repository at this point in the history
Signed-off-by: montag451 <montag451@laposte.net>
  • Loading branch information
montag451 committed Mar 4, 2024
1 parent d55fd1d commit f9e96ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/howto/server_expose.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ 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:
2. On the client, add the server with the following command:

incus remote add <remote_name> <token>

Expand Down

0 comments on commit f9e96ac

Please sign in to comment.