1man(1) Profanity XMPP client man(1)
2
3
4
6 /tls
7
8
10 Handle TLS certificates.
11
12
14 /tls allow
15
16
17 /tls always
18
19
20 /tls deny
21
22
23 /tls cert [<fingerprint>]
24
25
26 /tls trust
27
28
29 /tls trusted
30
31
32 /tls revoke <fingerprint>
33
34
35 /tls certpath
36
37
38 /tls certpath set <path>
39
40
41 /tls certpath clear
42
43
44 /tls certpath default
45
46
48 allow
49 Allow connection to continue with TLS certificate.
50
51 always
52 Always allow connections with TLS certificate.
53
54 deny
55 Abort connection.
56
57 cert
58 Show the current TLS certificate.
59
60 cert <fingerprint>
61 Show details of trusted certificate.
62
63 trust
64 Add the current TLS certificate to manually trusted certificates.
65
66 trusted
67 List summary of manually trusted certificates (with '/tls always'
68 or '/tls trust').
69
70 revoke <fingerprint>
71 Remove a manually trusted certificate.
72
73 certpath
74 Show the trusted certificate path.
75
76 certpath set <path>
77 Specify filesystem path containing trusted certificates.
78
79 certpath clear
80 Clear the trusted certificate path.
81
82 certpath default
83 Use default system certificate path, if it can be found.
84
85
86
870.13.1 2023-08-03 man(1)