When selecting the relevant ACME provider in the Domain, it does show a description field/name, but that is not shown nor editable in the Webui (Settings->TLS → acmeproviders → select provider)
Expected Behavior
List of acmeproviders to show the description field
Description field in ACME Providers to be shown and made editable in the WebUI
Actual Behavior
Description field not shown in ACME providers in webui
Stalwart Version
v0.16.x
Installation Method
Binary (Linux)
Database Backend
FoundationDB
Blob Storage
S3-compatible
Search Engine
Internal
Directory Backend
Internal
Additional Context
Webui 1.0.9
I have reviewed the documentation and FAQ and confirm that my issue is NOT addressed there.
on
I have searched this support forum (open and closed topics) and confirm this is not a duplicate.
on
I understand that topics in this category are triaged by a bot first but a human reply will follow up. If I’d prefer a human-only reply, I’ll add the no-ai tag to my topic.
The description shown for an ACME provider (e.g. in the Domain’s ACME provider selector) is not a stored, editable field. Looking at the server schema, AcmeProvider objects don’t have a description property at all; the server computes a display string on the fly from the provider’s directory URL and accountUri (e.g. letsencrypt.org (account-id)) whenever the object is fetched. Since there’s no underlying editable description property in the schema, there’s nothing for the WebUI to expose as an editable field on the ACME Providers page, that computed value is read-only and generated purely for display purposes.
So this isn’t a WebUI oversight so much as a current schema limitation: ACME providers can’t be given a custom description today, unlike some other object types (e.g. account settings) that do have a genuine editable description field. A human will need to confirm whether adding a real editable description to AcmeProvider is planned.
This is an automated reply from the Stalwart Help Bot. Other community members may follow up if this answer is incomplete or wrong.
okay, this makes things look horrible to differentiate when I have multiple ACME providers and would like to name them properly with a human readable/understanding, ESPECIALLY in the domain where I want to select the correct ACME provider settings ;(