mirror of
https://github.com/laurivosandi/certidude.git
synced 2026-04-25 08:35:55 +03:00
[GH-ISSUE #13] Mailbox interaction #8
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#8
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 (Feb 7, 2016).
Original GitHub issue: https://github.com/laurivosandi/certidude/issues/13
Certidude server could be set up so it would fetch certidude@hostname mailbox content automatically. Preliminary implementation could avoid IMAP altogether and simply parse /var/mail contents directly. Sending mail could be implemented with
smtplib@laurivosandi commented on GitHub (Feb 7, 2016):
E-mails which have CSR as an attachment, could directly be converted and moved to
/var/lib/certidude/ca.example.com/requests, the source e-mail address could be injected into the CSR so when the certificate is issued, the response is automatically sent to the same user. Whenever a certificate gets signed a copy of e-mail should be sent to therootuser of the Certidude server machine. The sender of all the e-mails should appear ascertidude@ca.example.comor whatever is inserted into the CA certificate e-mail field.