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

NAME

6       caddy-untrust - Untrusts a locally-trusted CA certificate
7
8
9

SYNOPSIS

11       caddy untrust [flags]
12
13
14

DESCRIPTION

16       Untrusts a root certificate from the local trust store(s).
17
18
19       This  command uninstalls trust; it does not necessarily delete the root
20       certificate from trust stores entirely. Thus, repeatedly  trusting  and
21       untrusting new certificates can fill up trust databases.
22
23
24       This  command  does not delete or modify certificate files from Caddy's
25       configured storage.
26
27
28       This command can be used in one of two ways. Either by specifying which
29       certificate  to  untrust  by a direct path to the certificate file with
30       the --cert flag, or by fetching the root certificate for  the  CA  from
31       the admin API (default behaviour).
32
33
34       If  the  admin  API  is  used, then the CA defaults to 'local'. You may
35       specify the ID of another CA with the --ca flag. By default, this  will
36       attempt  to connect to the Caddy's admin API running at You may explic‐
37       itly specify the --address, or use the --config flag to load the  admin
38       address from your config, if not using the default.
39
40
41

OPTIONS

43       --adapter=""      Name of config adapter to apply (if --config is used)
44
45
46       --address=""      Address of the administration API listener (if --con‐
47       fig is not used)
48
49
50       --ca=""      The ID of the CA to untrust (defaults to 'local')
51
52
53       --cert=""      The path to the CA certificate to untrust
54
55
56       --config=""      Configuration file (if --address is not used)
57
58
59       -h, --help[=false]      help for untrust
60
61
62

SEE ALSO

64       caddy(8)
65
66
67

HISTORY

69       15-Aug-2023 Auto generated by spf13/cobra
70
71
72
73Auto generated by spf13/cobra      Aug 2023                           Caddy(8)
Impressum