mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 13:46:21 +00:00
Fixed /tls help
This commit is contained in:
@@ -204,14 +204,14 @@ static struct cmd_t command_defs[] =
|
|||||||
CMD_DESC(
|
CMD_DESC(
|
||||||
"Handle TLS certificates. ")
|
"Handle TLS certificates. ")
|
||||||
CMD_ARGS(
|
CMD_ARGS(
|
||||||
{ "allow", "Allow connection to continue with an invalid TLS certificate." },
|
{ "allow", "Allow connection to continue with an invalid TLS certificate." },
|
||||||
{ "always", "Always allow connections with this invalid TLS certificate." },
|
{ "always", "Always allow connections with this invalid TLS certificate." },
|
||||||
{ "deny", "Terminate TLS connection." },
|
{ "deny", "Terminate TLS connection." },
|
||||||
{ "trusted", "List manually trusted certificates (with /tls always)." },
|
{ "trusted", "List manually trusted certificates (with /tls always)." },
|
||||||
{ "revoke", "Remove a manually trusted certificate." },
|
{ "revoke <fingerprint>", "Remove a manually trusted certificate." },
|
||||||
{ "certpath", "Show the trusted certificate path." },
|
{ "certpath", "Show the trusted certificate path." },
|
||||||
{ "certpath set <path>", "Specify filesystem path containing trusted certificates." },
|
{ "certpath set <path>", "Specify filesystem path containing trusted certificates." },
|
||||||
{ "certpath clear", "Clear the trusted certificate path." })
|
{ "certpath clear", "Clear the trusted certificate path." })
|
||||||
CMD_NOEXAMPLES
|
CMD_NOEXAMPLES
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user