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

SEE ALSO

65       caddy(8)
66
67
68

HISTORY

70       30-Oct-2023 Auto generated by spf13/cobra
71
72
73
74Auto generated by spf13/cobra      Oct 2023                           Caddy(8)
Impressum