aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-06-08 10:10:21 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-06-08 10:10:21 +0200
commit10757e986d0627c868fbcb457d895deb0c092dc2 (patch)
treee9b43ec9525a4373ffd1bff076154ecc6d405e57
parent7072e0fdc79fca1f8de07032dab163ef2a2d0e64 (diff)
downloadmum-10757e986d0627c868fbcb457d895deb0c092dc2.tar.gz
manpage
-rw-r--r--documentation/mumdrc.517
-rw-r--r--documentation/mumdrc.txt9
2 files changed, 24 insertions, 2 deletions
diff --git a/documentation/mumdrc.5 b/documentation/mumdrc.5
index ac0a2f5..00e8265 100644
--- a/documentation/mumdrc.5
+++ b/documentation/mumdrc.5
@@ -2,12 +2,12 @@
.\" Title: mumdrc
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.15
-.\" Date: 2021-04-10
+.\" Date: 2021-06-08
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "MUMDRC" "5" "2021-04-10" "\ \&" "\ \&"
+.TH "MUMDRC" "5" "2021-06-08" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
@@ -36,6 +36,12 @@ using mumctl(1).
.sp
The following configuration values are supported:
.sp
+accept_all_invalid_certs
+.RS 4
+Whether to connect to a server that supplies an invalid server certificate.
+This is overriden by server\-specific settings. Default false.
+.RE
+.sp
audio.input_volume
.RS 4
Default 1.0.
@@ -73,6 +79,13 @@ password
.RS 4
The password to supply to the server. (Optional)
.RE
+.sp
+accept_invalid_cert
+.RS 4
+Whether to connect to this server even if it supplies an invalid server
+certificate. This overrides the global accept_all_invalid_certs if set.
+Default false.
+.RE
.SH "AUTHORS"
.sp
Gustav Sörnäs and Eskil Queseth.
diff --git a/documentation/mumdrc.txt b/documentation/mumdrc.txt
index ed54b87..0579581 100644
--- a/documentation/mumdrc.txt
+++ b/documentation/mumdrc.txt
@@ -14,6 +14,10 @@ using mumctl(1).
The following configuration values are supported:
+accept_all_invalid_certs ::
+ Whether to connect to a server that supplies an invalid server certificate.
+ This is overriden by server-specific settings. Default false.
+
audio.input_volume ::
Default 1.0.
@@ -38,6 +42,11 @@ username ::
password ::
The password to supply to the server. (Optional)
+accept_invalid_cert ::
+ Whether to connect to this server even if it supplies an invalid server
+ certificate. This overrides the global accept_all_invalid_certs if set.
+ Default false.
+
Authors
-------