File: profanity-tls.1

package info (click to toggle)
profanity 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,044 kB
  • sloc: ansic: 78,684; makefile: 552; python: 212; sh: 179
file content (104 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"

.SH NAME
/tls

.SH DESCRIPTION
Handle TLS certificates. 

.SH SYNOPSIS
/tls allow

.LP
/tls always

.LP
/tls deny

.LP
/tls cert [<fingerprint>]

.LP
/tls trust

.LP
/tls trusted

.LP
/tls revoke <fingerprint>

.LP
/tls certpath

.LP
/tls certpath set <path>

.LP
/tls certpath clear

.LP
/tls certpath default

.LP

.SH ARGUMENTS
.PP
\fBallow\fR
.RS 4
Allow connection to continue with TLS certificate.
.RE
.PP
\fBalways\fR
.RS 4
Always allow connections with TLS certificate.
.RE
.PP
\fBdeny\fR
.RS 4
Abort connection.
.RE
.PP
\fBcert\fR
.RS 4
Show the current TLS certificate.
.RE
.PP
\fBcert <fingerprint>\fR
.RS 4
Show details of trusted certificate.
.RE
.PP
\fBtrust\fR
.RS 4
Add the current TLS certificate to manually trusted certificates.
.RE
.PP
\fBtrusted\fR
.RS 4
List summary of manually trusted certificates (with '/tls always' or '/tls trust').
.RE
.PP
\fBrevoke <fingerprint>\fR
.RS 4
Remove a manually trusted certificate.
.RE
.PP
\fBcertpath\fR
.RS 4
Show the trusted certificate path.
.RE
.PP
\fBcertpath set <path>\fR
.RS 4
Specify filesystem path containing trusted certificates.
.RE
.PP
\fBcertpath clear\fR
.RS 4
Clear the trusted certificate path.
.RE
.PP
\fBcertpath default\fR
.RS 4
Use default system certificate path, if it can be found.
.RE