.TH "CADDY-UNTRUST" "1" "September 2021" .SH NAME .HP caddy-untrust \- Untrusts a locally-trusted CA certificate .SH SYNOPSIS .HP caddy untrust [--ca | --cert ] .SH DESCRIPTION .PP Untrusts a root certificate from the local trust store(s). Intended for development environments only. This command uninstalls trust; it does not necessarily delete the root certificate from trust stores entirely. Thus, repeatedly trusting and untrusting new certificates can fill up trust databases. This command does not delete or modify certificate files. Specify which certificate to untrust either by the ID of its CA with the --ca flag, or the direct path to the certificate file with the --cert flag. If the --ca flag is used, only the default storage paths are assumed (i.e. using --ca flag with custom storage backends or file paths will not work). If no flags are specified, --ca=local is assumed. .SH OPTIONS .HP \fB--ca\fR .RS The ID of the CA to untrust .RE .HP \fB--cert\fR .RS The path to the CA certificate to untrust .RE .SH SEE ALSO .PP \fBcaddy-adapt\fR(1), \fBcaddy-caddy\fR(1), \fBcaddy-environ\fR(1), \fBcaddy-file-server\fR(1), \fBcaddy-fmt\fR(1), \fBcaddy-hash-password\fR(1), \fBcaddy-help\fR(1), \fBcaddy-list-modules\fR(1), \fBcaddy-man\fR(1), \fBcaddy-reload\fR(1), \fBcaddy-reverse-proxy\fR(1), \fBcaddy-run\fR(1), \fBcaddy-start\fR(1), \fBcaddy-stop\fR(1), \fBcaddy-trust\fR(1), \fBcaddy-validate\fR(1), \fBcaddy-version\fR(1), \fBcaddy\fR(1) .SH DOCUMENTATION .HP Full documentation is available at: https://caddyserver.com/docs/ .SH VERSION .HP 2.4.5-1 .SH BUGS .HP Report Bugs to: https://github.com/caddyserver/caddy .SH COPYRIGHT .HP (c) Matthew Holt and The Caddy Authors