summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-09-16 16:25:44 -0400
committerMark Felder <feld@feld.me>2024-09-17 13:40:15 -0400
commitd82abf925ddbe8b98ba8191713115db50c38a0c0 (patch)
treeb0b02144037d29d2bbf2b9d19853e19fc4536390 /config
parent44b836c94c1059551fbc7564770001311d2d1e6a (diff)
downloadpleroma-d82abf925ddbe8b98ba8191713115db50c38a0c0.tar.gz
pleroma-d82abf925ddbe8b98ba8191713115db50c38a0c0.zip
Ensure :cacertfile is configurable in ConfigDB
Diffstat (limited to 'config')
-rw-r--r--config/description.exs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index 15faecb38..ade47b7e0 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -2297,6 +2297,12 @@ config :pleroma, :config_description, [
description:
"LDAP attribute name to authenticate the user, e.g. when \"cn\", the filter will be \"cn=username,base\"",
suggestions: ["cn"]
+ },
+ %{
+ key: :cacertfile,
+ label: "CACertfile",
+ type: :string,
+ description: "Path to CA certificate file"
}
]
},