diff options
author | Mark Felder <feld@feld.me> | 2024-09-16 16:25:44 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-09-17 13:40:15 -0400 |
commit | d82abf925ddbe8b98ba8191713115db50c38a0c0 (patch) | |
tree | b0b02144037d29d2bbf2b9d19853e19fc4536390 | |
parent | 44b836c94c1059551fbc7564770001311d2d1e6a (diff) | |
download | pleroma-d82abf925ddbe8b98ba8191713115db50c38a0c0.tar.gz pleroma-d82abf925ddbe8b98ba8191713115db50c38a0c0.zip |
Ensure :cacertfile is configurable in ConfigDB
-rw-r--r-- | config/description.exs | 6 |
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" } ] }, |