feat: ACME certificates UI - #434
Draft
nd4y wants to merge 1 commit into
Draft
Conversation
nd4y
force-pushed
the
feature/acme
branch
2 times, most recently
from
August 9, 2026 04:19
f7bc329 to
9168c2d
Compare
Management -> Certificates, in the visual language of the Nodes section: certificates are full-width rows carrying status, domains, remaining lifetime, DNS credential and node bindings; a row click opens the editor, the row menu issues, inspects and deletes. - details drawer with the per-certificate event journal, so a failing order is diagnosable without reading process logs - credentials tab whose provider form is rendered from the contract's provider registry, so a new DNS provider needs no form code - import modal for certificates issued elsewhere - menu entry translated (en, ru, zh, fa); the feature pages themselves are English-only for now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UI half of the built-in ACME certificate management feature. Backend PR with the full motivation, configuration examples and screenshots: remnawave/backend#205
What this adds
Draft until the backend PR settles.