mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #856] Support for let's encrypt #762
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#762
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 @baptcottey on GitHub (Apr 2, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/856
Hello,
It's prossible to add a support for let's encrypt ?
@hadifarnoud commented on GitHub (Apr 9, 2016):
native support would be awesome. Mailinabox did something in that effect. can we re-use some of that code?
@tonioo commented on GitHub (Apr 11, 2016):
Maybe. Once again, don't hesitate to contribute.
@spinza commented on GitHub (May 9, 2016):
I'm running with letsencrypt certificates. Not that difficult to setup.
@tonioo commented on GitHub (May 10, 2016):
That's something the installer could do pretty easily.
@almereyda commented on GitHub (May 10, 2016):
Before installing, I have been using the following procedure to generate certificates.
Create a letsencrypt certificate with https://github.com/lukas2511/letsencrypt.sh and Python SimpleHTTPServer, assuming you work as
root.Clone into
/root/letsencrypt.sh:git clone https://github.com/lukas2511/letsencrypt.shCreate the following files within that folder:
domains.txtconfig.shCreate your HTTP webroot
mkdir -p /root/webroot/.well-known/acme-challengecd /root/webroot && python -m SimpleHTTPServer 80Run
./letsencrypt.sh -eto verify your settings and./letsencrypt.sh -cto (re-)generate the certificate(s).Then the
installer.cfgfrom Modoboa's installer would receive the following lines:@tonioo commented on GitHub (Jun 6, 2016):
This issue was moved to modoboa/modoboa-installer#50