Nicolas Duchon
7f66758f01
Improve handling of ACME account keys
...
This commit enable the two strategies outlined on
https://letsencrypt.org/docs/integration-guide/
under the "One Account or Many?" paragraph, with
the single account key being the default.
2017-12-07 13:24:57 +01:00
Nicolas Duchon
00c558186b
Do not tag separate containers as recommended
...
Peoples seems to often run into misconfiguration issues with this method.
2017-12-05 20:49:13 +01:00
Michael Smithson
e7bca40f3c
Correct typo in parameter documentation
2017-12-04 20:41:52 +13:00
Nicolas Duchon
94c2416906
Merge pull request #285 from buchdag/travis-ci
...
Add Travis CI automated testing
2017-11-20 11:55:07 +01:00
mjmayer
58cf2b377a
Add example for static names in README.md ( #257 )
...
* Updates README.md
2017-11-20 01:02:18 +01:00
Nicolas Duchon
859c3e89ce
Add Travis build status to README
2017-11-19 23:55:00 +01:00
Julien Bouquillon
2172866aa6
readme: add note about reachability
2017-11-15 10:25:22 +01:00
Julien Bouquillon
65ea2aec6e
add schema
2017-11-15 10:21:29 +01:00
Yves Blusseau
2974fc183d
Merge pull request #249 from buchdag/force-renew
...
Add the ability to force the renewal of all certificates
2017-09-22 13:06:21 +02:00
Nicolas Duchon
ebe87bf00b
update README.md with script usage
2017-09-06 16:27:33 +02:00
Radek Maciaszek
ba551f14f5
Added jenkins nginx letsencrypt example
2017-08-28 01:40:56 +03:00
Helder Correia
27d433cb63
Complete support for dynamic container names ( #231 )
...
* Allow setting NGINX_DOCKER_GEN_CONTAINER from a label
* Find labeled cid in runtime instead of startup time
2017-07-13 12:44:02 +02:00
Yves Blusseau
8e36734eaa
Merge pull request #218 from buchdag/reuse-key
...
enable simp_le private key reutilisation
2017-06-30 13:42:05 +02:00
Evert Ramos
465c9e28c6
Update readme with sample using docker-compose version '3'
2017-06-29 14:01:35 -03:00
Nicolas Duchon
a093ebf36b
enable simp_le private key reutilisation
2017-06-16 16:58:44 +02:00
Yves Blusseau
2f88f79cbd
Merge pull request #212 from ravenpride/master
...
Added support for choosing a certain key size via environment variable 'LETSENCRYPT_KEYSIZE'.
2017-05-28 17:37:39 +02:00
Yves Blusseau
a70edebbee
Merge pull request #210 from dmitrym0/master
...
Add a link to Dmitry's docker-compose example.
2017-05-28 17:31:07 +02:00
PauRE
a1a6732812
Fix renewals on separate containers ( #165 )
...
* Added support to reload nginx containter in case only certificates renewal happend. Reusing the autodetection from --volumes-from.
2017-05-28 17:30:10 +02:00
root
2cb951d596
Added support for choosing a certain key size via environment variable 'LETSENCRYPT_KEYSIZE'.
2017-05-27 12:31:55 +00:00
Dmitry M
70afbe4ff4
Add a link to Dmitry's docker-compose example.
2017-05-24 15:48:41 -07:00
Yves Blusseau
b002a6bfa5
Update README.md
2017-04-21 14:17:27 +02:00
Yves Blusseau
794d77793d
Merge pull request #181 from emmetog/patch-1
...
Get nginx container id from labelled container
2017-04-13 13:15:35 +02:00
Emmet O'Grady
a1af285d46
Use fully qualified label name
2017-04-13 12:09:13 +01:00
Yves Blusseau
081a4e8b78
Update README.md
2017-04-02 11:23:24 +02:00
trondvh
232ade6e2f
Support for alternative TOS hashes ( #189 )
2017-03-27 12:29:03 +02:00
Emmet O'Grady
8b71ed56e7
Make label clearer
2017-03-04 14:30:26 -06:00
Emmet O'Grady
07b04f2f9a
Update the README with instructions on new label
2017-03-04 14:29:33 -06:00
Ashley
9c1a7b26e5
Update README.md ( #168 )
...
Remove -only-exposed option
2017-02-27 21:13:48 +01:00
Brandon Bertelsen
9d74fbfbe7
Additional examples ( #177 )
...
Adding additional examples to readme
2017-02-27 13:10:57 +01:00
Manu Cammaert
8fcea88ad3
Correct some typos
...
Signed-off-by: Manu Cammaert <manu@inuits.eu>
2017-02-15 13:26:02 +01:00
Yves Blusseau
db35cc2a6d
Update README.md
2016-08-02 13:32:05 +02:00
Jason Jarrett
9adaeef603
small readme update
2016-06-05 09:59:15 -07:00
Yves Blusseau
3117a102f8
Update README.md
...
Add informations to get the nginx.tmpl template file
2016-05-01 12:04:26 +02:00
Yves Blusseau
86e213c75c
Update README.md
...
Clarify that the environment variables need to be declared in each to-be-proxied application containers
2016-05-01 11:53:15 +02:00
Yves Blusseau
5faa849e39
Update README.md
...
Add a name to the letsencrypt-nginx-proxy-companion container in the example.
2016-05-01 11:38:49 +02:00
Yves Blusseau
d3908bd9a4
Update README.md
2016-04-03 11:21:39 +02:00
JrCs
0cae62bd88
Update README.md
2016-04-02 18:52:39 +02:00
JrCs
623d30cb17
Create test certificates by container
...
* Add the environment variable LETSENCRYPT_TEST with a value of true
to create test certificates.
2016-03-27 16:56:56 +02:00
Yves Blusseau
1c697f9d5d
Update README.md
...
Add documentation about ACME_CA_URI environment variable.
2016-03-16 10:05:19 +01:00
JrCs
63b8458dc8
Fix quoting of environment variables in README file
2016-03-07 13:51:09 +01:00
JrCs
56e4b43d35
Fix typo in README.md
2016-02-27 11:05:25 +01:00
JrCs
fb3f0d2277
Use the DEBUG environment variable to make simp_le more verbose
2016-02-26 19:11:03 +01:00
JrCs
a3803dd10d
Add a note about generation of Diffie-Hellman group file
2016-02-26 19:11:03 +01:00
Brad Jones
0c4dacfa00
Fix typo in environment variable
...
Simple fix, but if you read things a little too literally like I did... you can get tripped up. :-)
2016-02-24 15:19:40 -10:00
Yves Blusseau
0d6d105270
Allow to use the official nginx image and docker-gen in separate containers
2016-02-17 16:27:45 +01:00
Aleksander Hansson
20798da5de
Small typo
2016-01-25 09:34:23 -04:00
Yves Blusseau
e1121b6839
Update README.me
...
Add information about automatic certificates renewal
2016-01-17 21:51:07 +01:00
Yves Blusseau
934571c5fe
Update README.md
2016-01-11 11:08:46 +01:00
JrCs
6f731e4716
Call docker API directly
...
No need to have the docker binary
2016-01-06 19:37:04 +01:00
Yves Blusseau
44b69263bd
Update README.md
2016-01-05 14:35:35 +01:00