mirror of
https://github.com/laurivosandi/certidude.git
synced 2026-04-25 08:35:55 +03:00
[GH-ISSUE #21] Customizable server title and description #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certidude-laurivosandi#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laurivosandi on GitHub (Jan 23, 2017).
Original GitHub issue: https://github.com/laurivosandi/certidude/issues/21
Currently window title in the certidude web server view is simply Certidude server, instead it could be something more descripive and specific to organization, hence it should be configurable via
/etc/certidude/server.conffor example by placingtitle = Foo Bar LLC VPN certificatesunder[authority]section.Similarily
description = /var/lib/certidude/ca.example.com/help.mdcould be used to specify Markdown formatted file which gets rendered to HTML and displayed as landing page.