1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

doc/authentication: Update reference to command to match split of config trust add and config trust add-certificate

Signed-off-by: Job Tijhuis <jobstijhuis@gmail.com>
This commit is contained in:
Job Tijhuis
2023-12-03 17:31:34 +01:00
parent 6d50a7cf3c
commit e7258622e9

View File

@@ -62,7 +62,7 @@ To revoke trust to a client, remove its certificate from the server with [`incus
#### Adding trusted certificates to the server
The preferred way to add trusted clients is to directly add their certificates to the trust store on the server.
To do so, copy the client certificate to the server and register it using [`incus config trust add <file>`](incus_config_trust_add.md).
To do so, copy the client certificate to the server and register it using [`incus config trust add-certificate <file>`](incus_config_trust_add-certificate.md).
(authentication-token)=
#### Adding client certificates using tokens