mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #2740] management subcommand manage_dkim_keys should print the public keys (and arguably TXT records) #1693
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1693
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 @bernd-wechner on GitHub (Jan 3, 2023).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2740
Impacted versions
Steps to reproduce
python manage.py modo manage_dkim_keysNotice it creates private_keys and populates the
admin_domaintable with public keys and a path to private key.Expected behavior
Given the need to add a TXT record at the DNS end for each domain it would be very useful if this command provided them. That is it should for each
.pemit creates spit something out like:Arguably only if verbosity is greater than the default (of 1), i.e. 2 or 3, which assumes https://github.com/modoboa/modoboa/issues/2737 is fixed.
As it stands to create the text record I could not find any guidance, nor sign of the public key in the modoboa web interface, so fished it out of the
admin_domainwith pgadmin.@tonioo commented on GitHub (Sep 28, 2025):
Public key is available on Domain detail page.