1Caddy(8)                                                              Caddy(8)
2
3
4

NAME

6       caddy-trust - Installs a CA certificate into local trust stores
7
8
9

SYNOPSIS

11       caddy trust [flags]
12
13
14

DESCRIPTION

16       Adds a root certificate into the local trust stores.
17
18
19       Caddy  will  attempt  to  install  its root certificates into the local
20       trust stores automatically when they are first generated, but it  might
21       fail  if Caddy doesn't have the appropriate permissions to write to the
22       trust store. This command is necessary to pre-install the  certificates
23       before  using  them, if the server process runs as an unprivileged user
24       (such as via systemd).
25
26
27       By default, this command installs the root certificate for Caddy's  de‐
28       fault  CA (i.e. 'local'). You may specify the ID of another CA with the
29       --ca flag.
30
31
32       This command will attempt to connect to Caddy's admin  API  running  at
33       explicitly  specify the --address, or use the --config flag to load the
34       admin address from your config, if not using the default.
35
36
37

OPTIONS

39       -a, --adapter=""      Name of config adapter to apply (if  --config  is
40       used)
41
42
43       --address=""      Address of the administration API listener (if --con‐
44       fig is not used)
45
46
47       --ca=""      The ID of the CA to trust (defaults to 'local')
48
49
50       -c, --config=""      Configuration file (if --address is not used)
51
52
53       -h, --help[=false]      help for trust
54
55
56

SEE ALSO

58       caddy(8)
59
60
61

HISTORY

63       30-Oct-2023 Auto generated by spf13/cobra
64
65
66
67Auto generated by spf13/cobra      Oct 2023                           Caddy(8)
Impressum