Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dokku/dokku-letsencrypt

Automatic Let's Encrypt TLS Certificate installation for dokku
https://github.com/dokku/dokku-letsencrypt

Update README

7104cae4b8d1057e7598289e611f9356907712c2 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Add donation message to README

0e613403d9bd71a57b454fe8bb91a0a29a245249 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Update README to reflect recent changes

86771f8015c53d96a83b910291401732533d4cd8 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Store certificates and keys in configuration-dependent directory

In cases where a previous let's encrypt certificate / account key is
available but the app URLs,...

68a53caf08dae960ab4438b820e3665fc890fa5d authored almost 9 years ago by Stefan Seemayer <[email protected]>
Normalize logging to use info2 for big actions and info1 for intermediate steps

dbc71bf7c9ce186610c96a4f057d5371a269e3b5 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Switch to using simp_le (fix #17, fix #13, fix #14, fix #15, closes #2)

This will make sure that the plugin will never request a TTY, making it
safe for use as part of ...

2d801dfff7d2d3c3d306df2c8a01f5feadb45d7a authored almost 9 years ago by Stefan Seemayer <[email protected]>
Add letsencrypt:email command to get/set email (does not affect certificate retrieval yet)

477c831506b28db467811fdfe975b3b3702a7935 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Move $LETSENCRYPT_ROOT to be in $APP_ROOT/letsencrypt (in preparation for per-app accounts)

69c45bdd941aef0262117ab956e11f3f854c7739 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Move server setting into functions

b1c405fa4875b1b892fc63c051d0a911ce980514 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Merge branch 'master' of github.com:sseemayer/dokku-letsencrypt

ca8ba59571532edd175384430edddc95bb954f48 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Switch to using [[ -t 1 ]] for TTY detection

According to #17, this seems to work better at least for some people.

1d3ca0ee3aedad03ebb3236e8538415bd2ee6662 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Merge pull request #7 from MichaelSp/patch-1

fix multiple domains

c6c29eb34f5705fd4ef21e8ec70e00d8fcb49613 authored almost 9 years ago by Stefan Seemayer <[email protected]>
first split into lines than modify lines

8e19945c3fb613edf19878409aee1dfdc57e5d2b authored almost 9 years ago by Michael <[email protected]>
Merge pull request #12 from z0mt3c/tty

no tty for cron (fixes #11)

4d4a1eea6ac62dcabd4861e814fec07a24835be2 authored almost 9 years ago by Stefan Seemayer <[email protected]>
fixes #11 // tty

7228a5ee214ab2c421ea40b373def4e3fbd41427 authored almost 9 years ago by Timo Behrmann <[email protected]>
Add letsencrypt server selection to simplify testing

c26225b1319190a92927d7090e7a8fd3269edd69 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Merge pull request #10 from oelmekki/master

ADD documentation about rate limiting

d1009173d229cc74038a94f7499072c5aee21a2a authored almost 9 years ago by Stefan Seemayer <[email protected]>
ADD documentation about rate limiting

Rate limiting could be an issue when encrypting many application, due to
default domain.

Added ...

e7a802493cfe0fd55bc205f07c3031ddc575648e authored almost 9 years ago by Olivier El Mekki <[email protected]>
fix multiple domains

Things like *.example.org is a valid entry for dokku vhost but is not supported by letsencrypt.

32738c4a94405eceb79752c7ce3b967f2543f927 authored almost 9 years ago by Michael <[email protected]>
Automatically determine ACMEPORT (closes #1)

8a997b3b290adfb6e130423127532963961f3479 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Minor README update (note about agreeing to subscriber agreement, update usage)

2fa1774c6080b3f567dffb42a2a2c693fc28c37c authored almost 9 years ago by Stefan Seemayer <[email protected]>
Merge pull request #6 from blopker/master

Fixes permissions issues

3e1f3fc3ed5d860359828889687b9ed164dbbf85 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Fixes permissions issues, remove install script, fix up README and other cleanup.

Also Shellshock fixes

c202d53df634cc1eee3776daf68a53bde82a6e2c authored almost 9 years ago by Bo Lopker <[email protected]>
Update README.md with link to blog post

6da8297e47bc33244b72cb8febc42f714bb1809a authored almost 9 years ago by Stefan Seemayer <[email protected]>
Isolate from system letsencrypt by working in a dedicated directory

In order to keep certificates and private keys more secure (ref. #5),
dokku-letsencrypt will now...

9bc0b885d1a97aec6d5863df1a29421ae90da879 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Add support for multiple domains (closes #4)

89dc8c14d5b09cbf28079eabdc1b54e1c68f5bed authored almost 9 years ago by Stefan Seemayer <[email protected]>
Add --renew-by-default to letsencrypt call

8a462632169addcfd40f5d96c4a141a359784842 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Fix incorrect link in README

bffb26541e28a3a6b8f60bf5072cd5e1f498bd9c authored almost 9 years ago by Stefan Seemayer <[email protected]>
Bullet points for design

2568128da88f4205a479e91eab73263c2f601cc6 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Fix incorrect link in README

aa2b6eb4029c6a8769a4bba17cd7353d8fa3fa2e authored almost 9 years ago by Stefan Seemayer <[email protected]>
Add notice about certs: commands to README

48e32642cf9a77d8358a9f5c8565ef08c56513a9 authored almost 9 years ago by Stefan Seemayer <[email protected]>
Initial commit

4205baa354ce9847b692c28c952a366a67c7fe34 authored almost 9 years ago by Stefan Seemayer <[email protected]>