.nh .TH "LXD - Command line client" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP lxc-config-trust-add - Add new trusted client .SH SYNOPSIS .PP \fBlxc config trust add [:] [] [flags]\fP .SH DESCRIPTION .PP Description: Add new trusted client .PP The following certificate types are supported: - client (default) - metrics .PP If the certificate is omitted, a token will be generated and returned. A client providing a valid token will have its client certificate added to the trusted list and the consumed token will be invalidated. Similar to certificates, tokens can be restricted to one or more projects. .SH OPTIONS .PP \fB--name\fP="" Alternative certificate name`` .PP \fB--projects\fP="" List of projects to restrict the certificate to`` .PP \fB--restricted\fP[=false] Restrict the certificate to one or more projects .PP \fB--type\fP="client" Type of certificate`` .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--debug\fP[=false] Show all debug messages .PP \fB--force-local\fP[=false] Force using the local unix socket .PP \fB-h\fP, \fB--help\fP[=false] Print help .PP \fB--project\fP="" Override the source project`` .PP \fB-q\fP, \fB--quiet\fP[=false] Don't show progress information .PP \fB--sub-commands\fP[=false] Use with help or --help to view sub-commands .PP \fB-v\fP, \fB--verbose\fP[=false] Show all information messages .PP \fB--version\fP[=false] Print version number .SH SEE ALSO .PP \fBlxc-config-trust(1)\fP .SH HISTORY .PP 11-Apr-2024 Auto generated by spf13/cobra